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 d8adfde commit 52c51f5Copy full SHA for 52c51f5
.github/workflows/release.yml
@@ -13,9 +13,10 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
16
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
17
with:
18
node-version: 12
19
+ cache: npm
20
- run: npm ci
21
- run: npm run build --if-present
22
- run: npx semantic-release
.github/workflows/test.yml
@@ -12,6 +12,8 @@ jobs:
12
- uses: actions/setup-node@v2
+ with:
- run: npm test
createComment:
@@ -21,6 +23,8 @@ jobs:
23
24
25
26
27
28
29
- run: node test/fixtures/app.js
30
env:
0 commit comments