Skip to content

Commit

Permalink
Update actions/setup-node to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Jan 9, 2025
1 parent ae9934b commit ff80351
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Cache Node.js modules
uses: actions/cache@v1
with:
path: ${{ github.workspace }}/node_modules
key: ${{ runner.OS }}-${{ matrix.node-version}}-node_modules-${{ hashFiles('yarn.lock') }}
cache: yarn
- run: yarn --frozen-lockfile
- run: yarn test --coverage
- name: Create coverage report flag
Expand Down

0 comments on commit ff80351

Please sign in to comment.