Skip to content

Commit 63cd29f

Browse files
chore(deps): update dependency node to v22
1 parent c118abe commit 63cd29f

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.github/workflows/ci-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Setup .npmrc file to publish to GitHub Packages
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: "20.x"
16+
node-version: "22.x"
1717
# Defaults to the user or organization that owns the workflow file
1818
# scope: '@octocat'
1919
- run: npm ci

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-node@v4
1212
with:
13-
node-version: "20.x"
13+
node-version: "22.x"
1414
registry-url: https://registry.npmjs.org/
1515
- run: npm ci
1616
- run: npm run build

package-lock.json

Lines changed: 15 additions & 15 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
@@ -27,7 +27,7 @@
2727
"@azure/cosmos": "3.17.3",
2828
"@types/chai": "4.3.12",
2929
"@types/mocha": "10.0.6",
30-
"@types/node": "20.11.28",
30+
"@types/node": "22.13.10",
3131
"@typescript-eslint/eslint-plugin": "7.1.1",
3232
"@typescript-eslint/parser": "7.1.1",
3333
"@vercel/cosmosdb-server": "0.15.1",

0 commit comments

Comments
 (0)