We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d8e6 commit ef998acCopy full SHA for ef998ac
.github/workflows/release.yml
@@ -23,7 +23,8 @@ jobs:
23
with:
24
cache: npm
25
node-version: lts/*
26
- - run: npm ci
+ - run: npm clean-install
27
+ - run: npm audit signatures
28
- run: npx semantic-release
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -36,6 +36,7 @@ jobs:
36
node-version: ${{ matrix.node-version }}
37
38
- run: npm clean-install
39
40
- name: Ensure dependencies are compatible with the version of node
41
run: npx ls-engines
42
- run: npm run test:ci
0 commit comments