Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jan 28, 2024
1 parent dce43cf commit ddc63ce
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
node-version-file: 'package.json'
cache: 'pnpm'
- uses: ueokande/setup-firefox@latest
with:
firefox-version: 78.3.0esr
- run: pnpm install --frozen-lockfile
- run: pnpm tsc
- run: pnpm lint
Expand All @@ -35,6 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: 'package.json'
Expand Down

0 comments on commit ddc63ce

Please sign in to comment.