Skip to content

Commit

Permalink
use the version of node specified in .nvmrc for the gitpod.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Mar 12, 2020
1 parent 99f66cd commit 40c9ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
tasks:
- before: nvm install 12 && nvm use 12 && nvm alias default 12
- before: >
cat .nvmrc | nvm install &&
cat .nvmrc | nvm alias default
- init: npm install
command: npm run serve
ports:
Expand Down

0 comments on commit 40c9ed8

Please sign in to comment.