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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
2 deletions
-
.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 |
|
|
|
|