Skip to content

Commit 09919c6

Browse files
committed
Fix node version
1 parent 84feb7e commit 09919c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- uses: pnpm/action-setup@v2
1919
with:
2020
run_install: true
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030
- uses: actions/setup-node@v3
3131
with:
32-
node-version: 16
32+
node-version: 20
3333
- uses: pnpm/action-setup@v2
3434
with:
3535
run_install: true
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v3
5151
- uses: actions/setup-node@v3
5252
with:
53-
node-version: 16
53+
node-version: 20
5454
- uses: pnpm/action-setup@v2
5555
with:
5656
run_install: true

0 commit comments

Comments
 (0)