We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816bf2 commit 6c5c685Copy full SHA for 6c5c685
.github/workflows/npm.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: '16.x'
+ node-version: '22.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm i
16
- run: npm ci
package.json
@@ -10,7 +10,7 @@
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
- "@types/node": "17.0.31",
+ "@types/node": "22.15.18",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"react": "^18.2.0",
0 commit comments