Browse Source

Merge pull request #378 from Hunter275/ci-pnpm-version

remove version spec
pull/384/head
Tom Fifield 1 year ago
committed by GitHub
parent
commit
7d37c6e728
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -16,8 +16,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- name: Install Dependencies
run: pnpm install

Loading…
Cancel
Save