Skip to content

Commit 683fe10

Browse files
committed
Fix actions/setup-node@v3 step
1 parent fc94fa3 commit 683fe10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/results.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: '18'
3232
cache: 'npm'
33+
cache-dependency-path: results-analysis/package-lock.json
3334

3435
- name: Install dependencies
3536
run: npm ci

0 commit comments

Comments
 (0)