We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d078425 commit b521bffCopy full SHA for b521bff
1 file changed
.github/workflows/npm-publish.yml
@@ -10,7 +10,8 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
- with: node-version: 14
+ with:
14
+ node-version: '14'
15
- run: npm install
16
- run: npm run prebuild
17
- uses: actions/upload-artifact@v2
@@ -22,7 +23,8 @@ jobs:
22
23
24
25
26
27
28
29
30
@@ -36,7 +38,7 @@ jobs:
36
38
37
39
40
with:
- node-version: 14
41
42
registry-url: https://registry.npmjs.org/
43
- uses: actions/download-artifact@v2
44
0 commit comments