Skip to content

Commit bf5c5fd

Browse files
committed
chore: update Node.js version to 20.x in CI and release workflows
1 parent c56b255 commit bf5c5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

1616
strategy:
1717
matrix:
18-
node: [18.x]
18+
node: [20.x]
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
fail-fast: false
2121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set node
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 18.x
22+
node-version: 20.x
2323
cache: pnpm
2424
registry-url: 'https://registry.npmjs.org'
2525

0 commit comments

Comments
 (0)