We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e4d70 commit cf69de6Copy full SHA for cf69de6
1 file changed
.github/workflows/nut.yml
@@ -63,15 +63,15 @@ jobs:
63
if: ${{ runner.os == 'Windows' }}
64
run: git config --system core.longpaths true
65
66
+ - uses: actions/checkout@v4
67
+
68
+ - uses: google/wireit@setup-github-actions-caching/v1
69
70
- uses: actions/setup-node@v4
71
with:
72
node-version: ${{ inputs.nodeVersion }}
73
cache: yarn
74
- - uses: actions/checkout@v4
-
- - uses: google/wireit@setup-github-actions-caching/v1
75
- name: Cache node modules
76
id: cache-nodemodules
77
uses: actions/cache@v4
0 commit comments