Skip to content

Commit f506dbf

Browse files
chore: upgrade to node 22
1 parent 665a9ed commit f506dbf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
registry-url: https://npm.pkg.github.com/
1717
- run: npm ci
1818
- run: npm build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"engines": {
8-
"node": ">=20"
8+
"node": ">=22"
99
},
1010
"gypfile": true,
1111
"scripts": {

0 commit comments

Comments
 (0)