Skip to content

Commit

Permalink
feat: upgrade CI Node.js version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 24, 2024
1 parent 7034ff1 commit 4fe3e12
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 @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [^14, ^16, ^18]
node-version: [^16, ^18, ^20]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: ^18
node-version: ^20
cache: 'yarn'

- run: yarn install
Expand Down

0 comments on commit 4fe3e12

Please sign in to comment.