Skip to content

Commit

Permalink
test: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
escwxyz committed Apr 19, 2023
1 parent de34e48 commit 59d1ba7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ jobs:
steps:
- uses: actions/checkout@main
- uses: pnpm/action-setup@v2
with:
version: 7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install
run: pnpm install --frozen-lockfile
- name: Format code
run: pnpm format
- name: Run tests
Expand Down

0 comments on commit 59d1ba7

Please sign in to comment.