We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10f0fd3 commit 46d45a3Copy full SHA for 46d45a3
1 file changed
.github/actions/ci-setup/action.yml
@@ -10,7 +10,7 @@ runs:
10
- uses: actions/setup-node@main
11
with:
12
# preferably lts/*, but we hit API limits when querying that
13
- node-version: 20
+ node-version: 24
14
registry-url: 'https://registry.npmjs.org'
15
cache: pnpm
16
0 commit comments