Skip to content

Commit

Permalink
DEC-000: Use NVM on GH Action. (#868)
Browse files Browse the repository at this point in the history
* use-nvm-release-action

* Update autorelease.yml
  • Loading branch information
sherakama committed Apr 6, 2022
1 parent c8a967f commit b7528f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
ref: ${{ github.base_ref }}
fetch-depth: 0

- name: Setup node
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'

# Uses 'npm ci' instead of 'npm install'. See https://docs.npmjs.com/cli/v7/commands/npm-ci
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit b7528f5

Please sign in to comment.