Skip to content

Commit

Permalink
Why are we doing this silly thing again?
Browse files Browse the repository at this point in the history
Signed-off-by: Ayase Minori <[email protected]>
  • Loading branch information
sr229 committed Apr 18, 2024
1 parent 985004f commit 9e2f259
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,14 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: 'pnpm'

- name: Install dependencies (with cache)
uses: bahmutov/npm-install@HEAD
- name: Install dependencies
run: pnpm install

- name: Check types
run: yarn type-check
run: pnpm type-check

- name: Check linting
run: yarn lint
run: pnpm lint

0 comments on commit 9e2f259

Please sign in to comment.