Skip to content

Commit

Permalink
MDL-73253 ci: use setup-node action in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdef committed Dec 3, 2021
1 parent c86c979 commit 62dd86c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Expand Up @@ -20,8 +20,9 @@ jobs:
uses: actions/checkout@v2

- name: Configuring node & npm
shell: bash -l {0}
run: nvm install
uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'

- name: Installing node stuff
run: npm install
Expand Down

0 comments on commit 62dd86c

Please sign in to comment.