diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 95ece0cdfc..40ff02cb19 100755 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -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: