Skip to content

Commit

Permalink
chore: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 13, 2023
1 parent a06fe4c commit 6e50569
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 @@ -22,12 +22,12 @@ jobs:
- 16
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 6e50569

Please sign in to comment.