Skip to content

Commit

Permalink
Update node.js.yml (#618)
Browse files Browse the repository at this point in the history
* Update node.js.yml

* Update deploy.yml
  • Loading branch information
berviantoleo authored Jun 16, 2024
1 parent 6627c49 commit 10e84de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: '20.x'
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2 # More information on this action can be found below in the 'AWS Credentials' section
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
Expand All @@ -39,10 +39,10 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 18.x
node-version: 20.x
- name: Install Dependencies
working-directory: ./infra
run: npm i
Expand Down

0 comments on commit 10e84de

Please sign in to comment.