Skip to content

Commit 0026397

Browse files
chore(deps): update dependency node to v24
1 parent c9d62be commit 0026397

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: npm
2121
- run: npm ci --ignore-scripts
2222
- run: npm run lint

.github/workflows/peer-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
peer-api-check:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: node:20
16+
image: node:24
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6

.github/workflows/release-please-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
rp-validate:
1414
runs-on: ubuntu-latest
1515
container:
16-
image: node:22
16+
image: node:24
1717
steps:
1818
- name: Checkout
1919
uses: actions/checkout@v6

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Install packages

.github/workflows/test-all-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Use the same Node.js version used for `release-please` workflow.
3232
- uses: actions/setup-node@v6
3333
with:
34-
node-version: 18
34+
node-version: 24
3535
- name: Install
3636
run: npm ci --ignore-scripts
3737
timeout-minutes: 10

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Use the same Node.js version used for `release-please` workflow.
2525
- uses: actions/setup-node@v6
2626
with:
27-
node-version: 18
27+
node-version: 24
2828
- name: Install
2929
run: npm ci --ignore-scripts
3030
timeout-minutes: 10
@@ -171,7 +171,7 @@ jobs:
171171
fetch-depth: 0
172172
- uses: actions/setup-node@v6
173173
with:
174-
node-version: 18
174+
node-version: 24
175175
- name: Install
176176
run: npm ci --ignore-scripts
177177
timeout-minutes: 10

.github/workflows/update-otel-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
cache: 'npm'
2727
cache-dependency-path: package-lock.json
28-
node-version: 22
28+
node-version: 24
2929

3030
- run: npm install -g npm@latest
3131

0 commit comments

Comments
 (0)