Skip to content

Commit 60ba4b8

Browse files
committed
ci: upgrade Node.js from v18 to v20
1 parent 61553b1 commit 60ba4b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222
registry-url: 'https://registry.npmjs.org'
2323

2424
- name: Setup pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: '18'
26+
node-version: '20'
2727

2828
- name: Setup pnpm
2929
uses: pnpm/action-setup@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"typescript": "^5.7.3"
4949
},
5050
"engines": {
51-
"node": ">=18.0.0"
51+
"node": ">=20.8.1"
5252
},
5353
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
5454
}

0 commit comments

Comments
 (0)