Skip to content

Commit 46d45a3

Browse files
committed
Update node version on CI
1 parent 10f0fd3 commit 46d45a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/ci-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- uses: actions/setup-node@main
1111
with:
1212
# preferably lts/*, but we hit API limits when querying that
13-
node-version: 20
13+
node-version: 24
1414
registry-url: 'https://registry.npmjs.org'
1515
cache: pnpm
1616

0 commit comments

Comments
 (0)