Skip to content

Commit

Permalink
Update build node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tung-Huynh-Shopmacher committed Jul 18, 2024
1 parent 37d2678 commit 933760e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Node.js 18.x
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: "18.x"
node-version: "20"

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 933760e

Please sign in to comment.