Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQZQ committed Apr 23, 2024
1 parent 9a602ba commit 63334b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v3
with:
node-version: 16.x
version: 8
- run: pnpm i
- run: pnpm run test
- run: pnpm run build
Expand Down

0 comments on commit 63334b2

Please sign in to comment.