Skip to content

Commit b785a29

Browse files
Autoupdating node version from 24.16.0 to 24.18.0 in GitHub workflows via utility
1 parent 7925b78 commit b785a29

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: '24.16.0'
18+
node-version: '24.18.0'
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
2222
- uses: actions/checkout@v6
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v6
2525
with:
26-
node-version: '24.16.0'
26+
node-version: '24.18.0'
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm test
@@ -32,3 +32,4 @@ jobs:
3232

3333

3434

35+

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: '24.16.0'
23+
node-version: '24.18.0'
2424
registry-url: "https://registry.npmjs.org"
2525

2626
- name: Install dependencies
@@ -41,3 +41,4 @@ jobs:
4141
4242
4343
44+

0 commit comments

Comments
 (0)