Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cschanaj authored Apr 17, 2023
1 parent d7bda20 commit 0b13e1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup environment for NVM on Linux
- name: Use Node.js ${{ matrix.node-version }}
if: ${{ matrix.os != 'windows-latest' }}
run: |
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
- name: Use Node.js ${{ matrix.node-version }}
run: |
nvm install ${{ matrix.node-version }}
nvm install-latest-npm
- name: Run npm install --build-from-source
Expand Down

0 comments on commit 0b13e1c

Please sign in to comment.