We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d82e48 commit 6c6faa6Copy full SHA for 6c6faa6
1 file changed
.github/workflows/test.yml
@@ -13,14 +13,12 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: actions/setup-node@v2
15
with:
16
- node-version: '16'
+ node-version: '20'
17
cache: npm
18
cache-dependency-path: |
19
package-lock.json
20
- example/package-lock.json
21
- name: Setup corepack
22
run: |
23
- type corepack || npm install -g corepack
24
corepack enable npm
25
- name: Install
26
run: npm ci
@@ -31,7 +29,7 @@ jobs:
31
29
strategy:
32
30
fail-fast: false
33
matrix:
34
- node: [14, 16]
+ node: [18, 20]
35
runs-on: ubuntu-latest
36
steps:
37
@@ -41,9 +39,9 @@ jobs:
41
39
42
40
43
+ example/package-lock.json
44
45
46
47
48
49
0 commit comments