Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcf0508 committed Sep 20, 2023
1 parent d8c3205 commit 2071deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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: 18
node-version: 16
cache: pnpm

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

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

0 comments on commit 2071deb

Please sign in to comment.