Skip to content

Commit

Permalink
trying to put npm update first per npm/cli#2846
Browse files Browse the repository at this point in the history
  • Loading branch information
jpolitz committed Jul 15, 2021
1 parent 114feca commit 056536d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ before_deploy:
- heroku config:set --app pyret-horizon GIT_REV=$GIT_REV
- heroku config:set --app pyret-horizon GIT_BRANCH=$GIT_REV
install:
- npm i --ignore-scripts
- npm update # to update Pyret to the newest version
- npm i --ignore-scripts
- make web
- make deploy-cpo-main
deploy:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A simple IDE for Pyret",
"main": "index.js",
"engines": {
"node": "12.x"
"node": "16.x"
},
"dependencies": {
"acorn": "^7.3.1",
Expand Down

0 comments on commit 056536d

Please sign in to comment.