File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 23
23
with :
24
24
cache : npm
25
25
node-version : lts/*
26
- - run : npm ci
26
+ - run : npm clean-install
27
+ - run : npm audit signatures
27
28
- run : npx semantic-release
28
29
env :
29
30
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 25
25
with :
26
26
node-version : " ${{ matrix.node-version }}"
27
27
cache : npm
28
- - run : npm ci
28
+ - run : npm clean-install
29
+ - name : Ensure dependencies are compatible with the engines range
30
+ run : npx ls-engines
29
31
- run : " npm run test:ci"
30
32
test :
31
33
runs-on : ubuntu-latest
34
36
- uses : actions/checkout@v3
35
37
- uses : actions/setup-node@v3
36
38
with :
37
- node-version : 16
39
+ node-version : lts/*
38
40
cache : npm
39
- - run : npm ci
40
- - name : Ensure dependencies are compatible with the engines range
41
- run : npx ls-engines
41
+ - run : npm clean-install
42
+ - run : npm audit signatures
42
43
- run : npm run lint
You can’t perform that action at this time.
0 commit comments