Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
strawmelonjuice authored Oct 5, 2023
1 parent 117f771 commit acef3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: pnpm install
- run: pnpm run start
- run: npm ci
- run: npm start

0 comments on commit acef3de

Please sign in to comment.