Skip to content

Commit

Permalink
Use node version 16 (#195)
Browse files Browse the repository at this point in the history
- Update version references
- Regenerate package-lock.json file with npm 8 (now uses lockfile v2¹)

¹ https://github.blog/2021-02-02-npm-7-is-now-generally-available/#changes-to-the-lockfile
  • Loading branch information
victorlin authored Feb 25, 2023
1 parent 9229d93 commit a771dd7
Show file tree
Hide file tree
Showing 3 changed files with 39,587 additions and 23,707 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
- run: npm ci
- run: npm run build
eslint:
Expand Down
2 changes: 1 addition & 1 deletion amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ frontend:
phases:
preBuild:
commands:
- nvm install 14
- nvm install 16
- npm ci
build:
commands:
Expand Down
Loading

0 comments on commit a771dd7

Please sign in to comment.