Skip to content

Commit

Permalink
fix(npm-publish): add getting same node version as in tests action (#…
Browse files Browse the repository at this point in the history
…1246)

Co-authored-by: Igor Belyaev <IYBelyaev@alfabank.ru>
  • Loading branch information
IBelyaev and Igor Belyaev committed Dec 21, 2020
1 parent 128d9f4 commit 990bd74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1

- name: Get nodejs version for install dependencies
uses: actions/setup-node@v1
with:
node-version: 12.14.1

- name: Create new version
run: npm ci && npm run compile && npm run semantic-release
env:
Expand Down

0 comments on commit 990bd74

Please sign in to comment.