Skip to content

Commit 55d9b3c

Browse files
chore(deps): update dependency node to v24
1 parent aeebd7a commit 55d9b3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node.js environment
2121
uses: actions/setup-node@v6.1.0
2222
with:
23-
node-version: '22'
23+
node-version: '24'
2424
- uses: actions/cache@v5
2525
with:
2626
path: '**/node_modules'
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup Node.js environment
8181
uses: actions/setup-node@v6.1.0
8282
with:
83-
node-version: '22'
83+
node-version: '24'
8484
- name: Install dependencies
8585
run: yarn install --frozen-lockfile
8686
- name: Build

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js environment
2323
uses: actions/setup-node@v6.1.0
2424
with:
25-
node-version: '22'
25+
node-version: '24'
2626
- uses: actions/cache@v5
2727
with:
2828
path: '**/node_modules'

0 commit comments

Comments
 (0)