Skip to content

Commit d9f815f

Browse files
chore(deps): update dependency node to v24 - workflows - .github/workflows/unused-dependencies.yml
1 parent 90df884 commit d9f815f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
3030
with:
31-
node-version: '20'
31+
node-version: '24'
3232
cache: 'npm'
3333

3434
- name: Install dependencies

.github/workflows/experimental-inventory-cli-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
26-
node-version: '22.x'
26+
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

.github/workflows/experimental-inventory-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Setup .npmrc file to publish to npm
2424
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2525
with:
26-
node-version: '22.x'
26+
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'
2828

2929
- name: check version matches input

.github/workflows/sample-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Setup .npmrc file to publish to npm
2121
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2222
with:
23-
node-version: '22.x'
23+
node-version: '24.x'
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- name: Install dependencies

.github/workflows/unused-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: 'Setup Node.js'
1919
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2020
with:
21-
node-version: '22.x'
21+
node-version: '24.x'
2222
- name: 'Run depcheck'
2323
run: |
2424
npx depcheck --skip-missing --ignores="tsx,@babel/*,@commitlint/*,eslint,eslint-*,husky,ts-node,concurrently,nyc,prettier,typescript,tsconfig-paths,vite-tsconfig-paths,quicktype,history,@types/domutils,@vitest/coverage-v8,cross-env"

0 commit comments

Comments
 (0)