Skip to content

Commit b83d693

Browse files
committed
ci: update to node v20
1 parent 6136282 commit b83d693

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/[email protected]
1919

20-
- name: Use Node.js v16
20+
- name: Use Node.js v20
2121
uses: actions/setup-node@v3
2222
with:
23-
node-version: v16
23+
node-version: v20
2424
registry-url: https://registry.npmjs.org/
2525
cache: pnpm
2626

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x]
17+
node-version: [20.x]
1818
# os: [ubuntu-latest, windows-latest, macos-latest]
1919
os: [ubuntu-latest]
2020
fail-fast: false

0 commit comments

Comments
 (0)