Skip to content

Commit 5f16b59

Browse files
update workflow test
1 parent fbcacb6 commit 5f16b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
- 16
2020
- 20
2121
- 22
22-
- lts
22+
- 'lts/*'
2323
steps:
2424
- uses: actions/setup-node@v1
2525
with:
2626
node-version: '${{ matrix.node }}'
2727
- uses: actions/checkout@v2
2828
- name: 'Cache node_modules'
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.npm
3232
key: ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)