Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (stryker-mutator#…
Browse files Browse the repository at this point in the history
…4527)

* chore(deps): update actions/setup-node action to v4
* Remove unused cache key config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nico Jansen <[email protected]>
  • Loading branch information
renovate[bot] and nicojs authored Jan 29, 2024
1 parent dc103cf commit 144ac24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci || npm ci # retry once, install on windows is flaky...
- name: Build & lint & test
Expand Down

0 comments on commit 144ac24

Please sign in to comment.