We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01bcbe commit 0dafd55Copy full SHA for 0dafd55
1 file changed
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 12
+ node-version: 14
18
- run: npm ci
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm publish
0 commit comments