Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit 40119e4

Browse files
chore(deps): update dependency node to v22
1 parent a38cc4a commit 40119e4

File tree

3 files changed

+29
-11
lines changed

3 files changed

+29
-11
lines changed

.github/workflows/github-packages-releaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '16.x'
16+
node-version: '22.x'
1717
registry-url: 'https://npm.pkg.github.com'
1818
- run: npm ci
1919
- run: npm publish --provenance

package-lock.json

Lines changed: 27 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@commitlint/config-conventional": "^17.0.0",
5757
"@netlify/eslint-config-node": "^7.0.1",
5858
"@types/glob-to-regexp": "^0.4.1",
59-
"@types/node": "^14.18.32",
59+
"@types/node": "^22.0.0",
6060
"@types/semver": "^7.3.9",
6161
"@types/uuid": "^9.0.0",
6262
"@vitest/coverage-v8": "^0.34.0",

0 commit comments

Comments
 (0)