We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989b5e3 commit 14b495cCopy full SHA for 14b495c
.github/workflows/nodejs.yml
@@ -10,6 +10,6 @@ jobs:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
12
with:
13
- node-version: 20
+ node-version: 24
14
- run: npm ci
15
- run: npm test
0 commit comments