Skip to content

Commit 93e8907

Browse files
authored
chore(workflows): bump node to v20 (#58)
1 parent a8c1869 commit 93e8907

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 20
3333

3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v3.0.0

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 18
32+
node-version: 20
3333

3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v3.0.0

0 commit comments

Comments
 (0)