Skip to content

Commit 22b96d0

Browse files
committed
chore: update node version to 24 in workflows
1 parent a4eb150 commit 22b96d0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v5
2424
- uses: actions/setup-node@v5
2525
with:
26-
node-version: '22'
26+
node-version: '24'
2727
registry-url: 'https://registry.npmjs.org'
2828
scope: '@vtbag'
2929
- run: npm install -g npm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 24
2121
- run: npm ci
2222
- name: Create Release Pull Request
2323
uses: changesets/action@v1

.github/workflows/run-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "18"
20+
node-version: "24"
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)