Skip to content

Commit bd41117

Browse files
committed
Bump node version to 20
1 parent 47cfe32 commit bd41117

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: '18.x'
18+
node-version: '20.x'
1919
- uses: pnpm/[email protected]
2020
with:
2121
version: 7.29.0

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18.x
19+
node-version: 20.x
2020
registry-url: 'https://registry.npmjs.org'
2121
- uses: pnpm/[email protected]
2222
with:

0 commit comments

Comments
 (0)