Skip to content

Commit

Permalink
ci: revert to npm for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Aug 20, 2023
1 parent 1d50ec4 commit 4606a58
Show file tree
Hide file tree
Showing 4 changed files with 2,406 additions and 1,442 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
build:
runs-on: ubuntu-latest
strategy:
Expand All @@ -23,9 +19,9 @@ jobs:
name: Node ${{ matrix.node }} build test
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "pnpm"
- run: pnpm run ci
cache: "npm"
- run: npm install -g npm@latest
- run: npm run ci
Loading

0 comments on commit 4606a58

Please sign in to comment.