Skip to content

Commit 4d8a91b

Browse files
authored
Merge pull request #179 from cap-js-community/renovate/node-24.x
Update dependency node to v24
2 parents 59523d6 + 48aa9e0 commit 4d8a91b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v5
3737
- uses: actions/setup-node@v6
3838
with:
39-
node-version: 22
39+
node-version: 24
4040
cache: npm
4141
- run: npm ci
4242
- run: npm run lint:ci

.github/workflows/main-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v5
3737
- uses: actions/setup-node@v6
3838
with:
39-
node-version: 22
39+
node-version: 24
4040
cache: npm
4141
- run: npm ci
4242
- run: npm run lint:ci

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: npm
2121
registry-url: https://registry.npmjs.org/
2222
- name: Update npm

0 commit comments

Comments
 (0)