Skip to content

Commit

Permalink
upgraded the node version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
JayHuLBL committed Oct 6, 2023
1 parent 18ce470 commit c91a81b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
working-directory: client
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: cdk
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: server
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: cdk
strategy:
matrix:
node-version: [16.x] # currently only supporting 16 and up
node-version: [19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c91a81b

Please sign in to comment.