Browse Source

remove version spec

pull/377/head
Hunter275 1 year ago
committed by Tilen Komel
parent
commit
f15d17e42d
  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