We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25fc5ac commit 285eaecCopy full SHA for 285eaec
1 file changed
.github/workflows/release.yml
@@ -20,6 +20,10 @@ jobs:
20
- uses: actions/checkout@v2
21
with:
22
fetch-depth: 20
23
+ - uses: actions/setup-node@v2
24
+ with:
25
+ node-version: 16
26
+ cache: npm
27
- name: install
28
run: npm ci || npm install
29
- run: npm test
@@ -43,6 +47,10 @@ jobs:
43
47
runs-on: ubuntu-latest
44
48
steps:
45
49
50
51
52
53
46
54
55
56
- run: npm run build
0 commit comments