Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Sep 20, 2023
1 parent dac71bd commit feef879
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm

- name: Install
Expand All @@ -39,9 +39,9 @@ jobs:
matrix:
include:
- os: macos-latest
node_version: 16
node_version: 18
- os: windows-2022
node_version: 16
node_version: 18

steps:
- name: Set git to use LF
Expand Down

0 comments on commit feef879

Please sign in to comment.