Skip to content

Commit

Permalink
👷 Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noraincode committed Mar 5, 2024
1 parent 2aae679 commit 7d8ebf2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- name: Install pnpm
uses: pnpm/action-setup@v3.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Install pnpm
uses: pnpm/action-setup@v3.0.0

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 7d8ebf2

Please sign in to comment.