Skip to content

Commit

Permalink
chore: set node version
Browse files Browse the repository at this point in the history
  • Loading branch information
MeStrak committed Jan 23, 2021
1 parent b725109 commit aaf2fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ image:
file: .gitpod.Dockerfile

tasks:
- init: npm install && npm run build && make
- init: npm install && npm run build && make && sudo docker-up && docker-compose -f docker-compose.dev.yml up -d && nvm install 12.13.0
command: npm run start

0 comments on commit aaf2fc4

Please sign in to comment.