Skip to content

Commit

Permalink
Use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Jan 15, 2024
1 parent a28f0e9 commit b703ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: install
run: yarn
run: pnpm install
- name: run eslint
run: yarn test
run: pnpm test

0 comments on commit b703ba2

Please sign in to comment.