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 2348da1 commit 025372aCopy full SHA for 025372a
1 file changed
.github/actions/setup/action.yml
@@ -19,13 +19,15 @@ runs:
19
uses: actions/setup-node@65d868f8d4d85d7d4abb7de0875cde3fcc8798f5 # v6
20
with:
21
node-version: 'lts/*'
22
+ check-latest: true
23
cache: 'yarn'
24
25
- name: Setup Node.js (no cache)
26
if: inputs.disable-cache == 'true'
27
28
29
30
31
package-manager-cache: false
32
33
- name: Restore Turbo cache
0 commit comments