Skip to content

Commit

Permalink
Use Node 16 for the Admin Web UI (#537)
Browse files Browse the repository at this point in the history
* Update to Node 16 for the admin web ui

* Update GitHub Actions to also use Node 16
  • Loading branch information
brtrvn authored Dec 14, 2023
1 parent a36032b commit e7f14f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Cache node modules
uses: actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion client/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"devDependencies": {
"husky": ">=4",
"lint-staged": ">=10",
"lint-staged": "^14.0.0",
"prettier": "2.0.2"
},
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion resources/saas-boost-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Resources:
phases:
pre_build:
commands:
- n 14
- n 16
- if [ "$REACT_APP_AWS_REGION" = "cn-northwest-1" ] || [ "$REACT_APP_AWS_REGION" = "cn-north-1" ]; then npm config set registry https://registry.npm.taobao.org; fi
- aws s3 cp s3://$SOURCE_BUCKET/client/web/src.zip src.zip
- unzip src.zip
Expand Down

0 comments on commit e7f14f6

Please sign in to comment.