Skip to content

Commit 851458f

Browse files
committed
fix: add npm install to release action
1 parent e6a8459 commit 851458f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm_publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ jobs:
1919
# use node setup library (more info here https://github.com/actions/setup-node)
2020
- uses: actions/setup-node@v2
2121
with:
22-
node-version: 12
22+
node-version: 14
23+
24+
- uses: Npm Install
25+
run: npm install
2326

2427
# publishes to NPM using third party tool (more info here https://github.com/JS-DevTools/npm-publish)
2528
- uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)