Skip to content

Commit 6c5c685

Browse files
chore(deps): update dependency node to v22
1 parent b816bf2 commit 6c5c685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
# Setup .npmrc file to publish to npm
1111
- uses: actions/setup-node@v3
1212
with:
13-
node-version: '16.x'
13+
node-version: '22.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm i
1616
- run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rollup/plugin-commonjs": "^23.0.2",
1111
"@rollup/plugin-node-resolve": "^15.0.1",
1212
"@rollup/plugin-typescript": "^9.0.2",
13-
"@types/node": "17.0.31",
13+
"@types/node": "22.15.18",
1414
"@types/react": "18.0.9",
1515
"@types/react-dom": "18.0.3",
1616
"react": "^18.2.0",

0 commit comments

Comments
 (0)