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 e6a8459 commit 851458fCopy full SHA for 851458f
.github/workflows/npm_publish.yml
@@ -19,7 +19,10 @@ jobs:
19
# use node setup library (more info here https://github.com/actions/setup-node)
20
- uses: actions/setup-node@v2
21
with:
22
- node-version: 12
+ node-version: 14
23
+
24
+ - uses: Npm Install
25
+ run: npm install
26
27
# publishes to NPM using third party tool (more info here https://github.com/JS-DevTools/npm-publish)
28
- uses: JS-DevTools/npm-publish@v1
0 commit comments