Skip to content

Commit f129da3

Browse files
build(github-actions): Bump dependency node to v24
1 parent 540f62f commit f129da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 20.19.5
18+
node-version: 24.11.1
1919

2020
- run: npm install
2121
- run: npm run build

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Use Node.js LTS 20.19.5
2121
uses: actions/setup-node@v6
2222
with:
23-
node-version: 20.19.5
23+
node-version: 24.11.1
2424

2525
- name: Install dependencies
2626
run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo

0 commit comments

Comments
 (0)