Skip to content

Commit

Permalink
Issue #IQ-7 fix: Updated quml-player library
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Sep 27, 2022
1 parent 4f75118 commit cc042bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
command: |
export NVM_DIR="/opt/circleci/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install v14 && nvm use v14.20.0 && nvm alias default v14.20.0
nvm install v14 && nvm use 14 && nvm alias default 14
node -v
- run:
name: Alter Node version
Expand Down

0 comments on commit cc042bd

Please sign in to comment.