Skip to content

Commit 2f25733

Browse files
authored
Merge pull request #113 from bingenito/node24
chore: update Node.js version to 24 in CI and release workflows
2 parents 5f56ace + be32fb5 commit 2f25733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
env:
18-
NODE_VERSION: '20'
18+
NODE_VERSION: '24'
1919

2020
steps:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 20
24+
node-version: 24
2525
registry-url: https://registry.npmjs.org/
2626
- run: npm ci
2727
- run: npm test

0 commit comments

Comments
 (0)