Skip to content

Commit 80cab16

Browse files
committed
chore(deps): update dependency node to v22
1 parent 85639a6 commit 80cab16

File tree

74 files changed

+762
-349
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+762
-349
lines changed

.github/workflows/audit-bulk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
- run: npm run run -- npm audit fix
1818
continue-on-error: true
1919
- uses: googleapis/code-suggester@589b3ac11ac2575fd561afa45034907f301a375b # v4

.github/workflows/audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fetch-depth: 0
1313
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1414
with:
15-
node-version: 18
15+
node-version: 22
1616
- id: interrogate
1717
run: node ./.github/workflows/list-node-paths-for-deps.js
1818
updateDeps:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2929
with:
30-
node-version: 18
30+
node-version: 22
3131
- run: echo ./packages/${{ matrix.package }}
3232
- run: cd ./packages/${{ matrix.package }} && npm audit fix
3333
continue-on-error: true

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
2121
with:
22-
node-version: 18
22+
node-version: 22
2323
- id: interrogate
2424
run: node ./.github/workflows/interrogate.js
2525
env:
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
3737
with:
38-
node-version: 18
38+
node-version: 22
3939
- run: echo ./packages/${{ matrix.package }}
4040
- run: cd ./packages/${{ matrix.package }}
4141
- run: npm ci
@@ -91,6 +91,6 @@ jobs:
9191
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9292
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
9393
with:
94-
node-version: 18
94+
node-version: 22
9595
- run: npm install
9696
- run: node ./.github/workflows/finale.js '${{needs.changeFinder.outputs.requiredJobs}}' ${{secrets.GITHUB_TOKEN}}

.github/workflows/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
1717
with:
18-
node-version: 14
18+
node-version: 22
1919
- id: interrogate
2020
run: node ./.github/workflows/list-node-paths-for-deps.js
2121
updateDeps:

packages/auto-approve/package-lock.json

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

packages/auto-approve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@types/js-yaml": "^4.0.9",
4040
"@types/mocha": "^10.0.0",
41-
"@types/node": "^18.7.15",
41+
"@types/node": "^22.0.0",
4242
"@types/sinon": "^10.0.13",
4343
"c8": "^7.12.0",
4444
"cross-env": "^7.0.3",

packages/auto-label/package-lock.json

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

packages/auto-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/js-yaml": "^3.11.0",
3939
"@types/mocha": "^10.0.0",
40-
"@types/node": "^18.7.15",
40+
"@types/node": "^22.0.0",
4141
"@types/sinon": "^10.0.13",
4242
"c8": "^7.12.0",
4343
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)