Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
ci: remove pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
simxnet committed May 12, 2024
1 parent 64ab4ae commit bd35294
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,6 @@ concurrency:
cancel-in-progress: true
jobs:
build:
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit bd35294

Please sign in to comment.