Skip to content

Commit

Permalink
fix: pushed test.yml to use pnpm@7 instead a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeeinlondon committed Oct 22, 2022
1 parent 0ef00c1 commit 637322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: 16
- name: Setup
run: npm i -g pnpm@7.5.2 @antfu/ni
run: npm i -g pnpm@7 @antfu/ni
- name: Install
run: pnpm install
- name: Build
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Setup
run: npm i -g pnpm@7.5.2 @antfu/ni
run: npm i -g pnpm@7 @antfu/ni
- name: Install
run: pnpm install
- name: Build
Expand Down

0 comments on commit 637322c

Please sign in to comment.