Skip to content

Commit cc64bb5

Browse files
build(github-actions): Bump dependency node to v24.13.1
1 parent 6668b99 commit cc64bb5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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: 24.13.0
18+
node-version: 24.13.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: 24.13.0
23+
node-version: 24.13.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)