Skip to content

Commit

Permalink
deps: Update node to 20
Browse files Browse the repository at this point in the history
Signed-off-by: Kwong Tung Nan <[email protected]>
  • Loading branch information
kwongtn committed Mar 15, 2024
1 parent db91625 commit 9db9e68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Set git values
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- run: npm i -g angular-build-info && npm ci && npm run buildStaging
Expand Down
8 changes: 4 additions & 4 deletions 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 @@ -64,7 +64,7 @@
"@angular/compiler-cli": "^17.3.0",
"@sentry/webpack-plugin": "^2.5.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^18.0.0",
"@types/node": "^20.0.0",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
Expand Down

0 comments on commit 9db9e68

Please sign in to comment.