Skip to content

Commit

Permalink
chore: fix ci and drop yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
dalechyn committed May 15, 2024
1 parent 65f592e commit 7671b0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7,331 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,18 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/[email protected]
with:
version: ${{ matrix.pnpm-version }}

- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: 'pnpm'
node-version: ${{ matrix.node-version }}
env:
# https://github.com/actions/setup-node/issues/772
FORCE_COLOR: 0
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 7671b0d

Please sign in to comment.