Skip to content

Commit

Permalink
chore: setup corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Mar 6, 2024
1 parent 68498c3 commit 8f14efc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ on:
push:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
node-version: 20
- run: corepack enable
- run: pnpm i
- run: pnpm lint-check
- run: pnpm build
Expand Down
1 change: 0 additions & 1 deletion .tool-versions

This file was deleted.

0 comments on commit 8f14efc

Please sign in to comment.