mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Use actions/setup-node instead of nvm
Even though it should be installed, I was getting nvm: command not found in the CI logs.
This commit is contained in:
12
.github/workflows/build-majestic.yml
vendored
12
.github/workflows/build-majestic.yml
vendored
@@ -96,9 +96,9 @@ jobs:
|
||||
sudo mv include/* /usr/local/include/
|
||||
|
||||
- name: Setup Node.js
|
||||
run: |
|
||||
nvm install 12
|
||||
nvm use 12
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./src/runtime/javascript
|
||||
@@ -209,9 +209,9 @@ jobs:
|
||||
sudo mv include/* /usr/local/include/
|
||||
|
||||
- name: Setup Node.js
|
||||
run: |
|
||||
nvm install 12
|
||||
nvm use 12
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: ./src/runtime/javascript
|
||||
|
||||
Reference in New Issue
Block a user