Skip to content

Commit 2054970

Browse files
committed
ci: switch from node lts (24) to 22
our tooling currently doesn't work with node 24 so downgrading to 22
1 parent 124fffd commit 2054970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
# https://github.com/actions/setup-node/issues/899#issuecomment-1828798029.
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: lts/*
17+
node-version: 22
1818

1919
# Before setup-node because that action tries to discover the cache directory.
2020
# See https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
@@ -26,6 +26,6 @@ runs:
2626
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: lts/*
29+
node-version: 22
3030
cache: yarn
3131
cache-dependency-path: ${{ inputs.lock-path }}

0 commit comments

Comments
 (0)