We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7997 commit af3570dCopy full SHA for af3570d
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-node@v2
14
with:
15
node-version: 16
16
+ cache: npm
17
- run: npx semantic-release
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
- run: npm ci
- run: npm test
0 commit comments