Skip to content

Commit

Permalink
Fix actions/setup-node@v3 step
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Feb 17, 2023
1 parent fc94fa3 commit 683fe10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: results-analysis/package-lock.json

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 683fe10

Please sign in to comment.