Skip to content

Commit 6c6faa6

Browse files
committed
ci
1 parent 6d82e48 commit 6c6faa6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: '16'
16+
node-version: '20'
1717
cache: npm
1818
cache-dependency-path: |
1919
package-lock.json
20-
example/package-lock.json
2120
- name: Setup corepack
2221
run: |
23-
type corepack || npm install -g corepack
2422
corepack enable npm
2523
- name: Install
2624
run: npm ci
@@ -31,7 +29,7 @@ jobs:
3129
strategy:
3230
fail-fast: false
3331
matrix:
34-
node: [14, 16]
32+
node: [18, 20]
3533
runs-on: ubuntu-latest
3634
steps:
3735
- uses: actions/checkout@v2
@@ -41,9 +39,9 @@ jobs:
4139
cache: npm
4240
cache-dependency-path: |
4341
package-lock.json
42+
example/package-lock.json
4443
- name: Setup corepack
4544
run: |
46-
type corepack || npm install -g corepack
4745
corepack enable npm
4846
- name: Install
4947
run: |

0 commit comments

Comments
 (0)