Skip to content

Commit

Permalink
Try using Node 18.13.0 (#305)
Browse files Browse the repository at this point in the history
Try using Node 18.13.0 with Next 14 despite these being officially incompatible, to see if it works.
  • Loading branch information
iamlogand authored Nov 3, 2023
1 parent 73febde commit d9952d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: '18.17.1'
node-version: '18.13.0'

- name: Cache dependencies
uses: actions/cache@v2
Expand Down
1 change: 1 addition & 0 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ applications:
phases:
preBuild:
commands:
- nvn use 18.13.0
- npm ci
build:
commands:
Expand Down
14 changes: 7 additions & 7 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mui/material": "^5.14.12",
"@mui/x-data-grid": "^6.4.0",
"@types/lodash": "^4.14.194",
"@types/node": "18.17.1",
"@types/node": "18.13.0",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"abort-controller": "^3.0.0",
Expand Down

0 comments on commit d9952d4

Please sign in to comment.