Skip to content

Commit

Permalink
Update dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Dec 5, 2024
1 parent 8d60075 commit a5be988
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,15 @@ jobs:
# with:
# node-version: "14.x"

- name: Setup nodejs 15.x
- name: Install Node.js 14.x using nvm
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
nvm install 15
nvm use 15
nvm install 14
nvm use 14
node -v
npm -v
- name: Setup key
uses: webfactory/[email protected]
Expand Down

0 comments on commit a5be988

Please sign in to comment.