Skip to content

Commit

Permalink
update workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen-testingbot committed Dec 17, 2024
1 parent fbcacb6 commit 5f16b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
- 16
- 20
- 22
- lts
- 'lts/*'
steps:
- uses: actions/setup-node@v1
with:
node-version: '${{ matrix.node }}'
- uses: actions/checkout@v2
- name: 'Cache node_modules'
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit 5f16b59

Please sign in to comment.