We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f56ace + be32fb5 commit 2f25733Copy full SHA for 2f25733
.github/workflows/continuous-integration.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
17
env:
18
- NODE_VERSION: '20'
+ NODE_VERSION: '24'
19
20
steps:
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
22
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
23
with:
24
- node-version: 20
+ node-version: 24
25
registry-url: https://registry.npmjs.org/
26
- run: npm ci
27
- run: npm test
0 commit comments