Skip to content

Commit

Permalink
ci: update unit-test
Browse files Browse the repository at this point in the history
  • Loading branch information
badspider7 committed Aug 22, 2024
1 parent 5910995 commit c27c25a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [21.2.0]
node-version: [21]
fail-fast: false

runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 9
name: Install pnpm

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
Expand Down

0 comments on commit c27c25a

Please sign in to comment.