Skip to content

Commit c6ce6d0

Browse files
committed
chore: update GH actions node version to 24
1 parent c496d11 commit c6ce6d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 0 # Fetch all history for all tags and branches
5050
- uses: actions/setup-node@v4
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
# this line is required for the setup-node action to be able to run the npm publish below.
5454
registry-url: 'https://registry.npmjs.org'
5555
- uses: fregante/setup-git-user@v1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-node@v4
1111
with:
12-
node-version: 20
12+
node-version: 24
1313
cache: npm
1414
# this line is required for the setup-node action to be able to run the npm publish below.
1515
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)