File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
node-version :
16
- - " 14.17"
17
- - 16
16
+ - 18.0.0
17
+ - 19
18
+ - 20
18
19
os :
19
20
- ubuntu-latest
20
21
runs-on : " ${{ matrix.os }}"
25
26
with :
26
27
node-version : " ${{ matrix.node-version }}"
27
28
cache : npm
28
- - run : npm ci
29
+ - run : npm clean-install
29
30
- run : npm test
30
31
test :
31
32
runs-on : ubuntu-latest
@@ -34,11 +35,10 @@ jobs:
34
35
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
35
36
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
36
37
with :
37
- node-version : 16
38
+ node-version : " lts/* "
38
39
cache : npm
39
- - run : npm ci
40
- # Blocked by https://github.com/ljharb/ls-engines/pull/23
41
- # - name: Ensure dependencies are compatible with the version of node
42
- # run: npx ls-engines
40
+ - run : npm clean-install
41
+ - run : npm audit signatures
42
+ - name : Ensure dependencies are compatible with the version of node
43
+ run : npx ls-engines
43
44
- run : npm run lint
44
- - run : npx lockfile-lint --path package-lock.json
You can’t perform that action at this time.
0 commit comments