Skip to content

Commit

Permalink
chore: upgrade ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jevon617 committed May 21, 2024
1 parent ae26e96 commit d7d26fe
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 @@ -17,7 +17,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Setup
run: npm i -g pnpm
Expand All @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
node: [16.x]
node: [20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false

Expand Down

0 comments on commit d7d26fe

Please sign in to comment.