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.
1 parent 124fffd commit 2054970Copy full SHA for 2054970
.github/actions/setup-node/action.yml
@@ -14,7 +14,7 @@ runs:
14
# https://github.com/actions/setup-node/issues/899#issuecomment-1828798029.
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: lts/*
+ node-version: 22
18
19
# Before setup-node because that action tries to discover the cache directory.
20
# See https://github.com/actions/setup-node/issues/480#issuecomment-1915448139
@@ -26,6 +26,6 @@ runs:
26
27
28
29
30
cache: yarn
31
cache-dependency-path: ${{ inputs.lock-path }}
0 commit comments