Skip to content

Commit

Permalink
edit engines when resyncing repo on glitch after release
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentfretin committed Mar 11, 2022
1 parent 1aaa0e2 commit 5707003
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/release-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ and type:
git fetch upstream
git reset --hard upstream/master
refresh

edit `package.json` to use node 16 with npm 7 supporting lockfile v2 (otherwise glitch will use node 10):

"engines": {
"node": ">=16"
}

0 comments on commit 5707003

Please sign in to comment.