Skip to content

Commit

Permalink
replace with pnpm on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Sep 9, 2023
1 parent 6054a90 commit ce1547a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
cache: 'yarn'
cache: 'pnpm'
- uses: ueokande/setup-firefox@latest
with:
firefox-version: 78.3.0esr
- run: yarn install --immutable
- run: yarn tsc
- run: yarn lint
- run: yarn test
- run: yarn package
- run: pnpm install --frozen-lockfile
- run: pnpm tsc
- run: pnpm lint
- run: pnpm test
- run: pnpm package
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down

0 comments on commit ce1547a

Please sign in to comment.