Skip to content

Commit

Permalink
wip: try ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Feb 28, 2024
1 parent a5ca1bd commit 17142c7
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,13 @@ jobs:
node-version: ${{ matrix.node_version }}

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 8.6.2

- name: Set node version to LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: pnpm
version: 8
run_install: false

- name: Install deps
run: pnpm install
run: pnpm install --no-frozen-lockfile --ignore-scripts

- name: Test
run: npm run test

0 comments on commit 17142c7

Please sign in to comment.