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 8fa74a8 commit e0e5d4cCopy full SHA for e0e5d4c
.github/workflows/release.yml
@@ -12,6 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: 14
15
+ cache: npm
16
- run: npx semantic-release
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/test.yml
@@ -13,5 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
+ with:
- run: npm ci
19
- run: npm test
0 commit comments