Browse Source

Define package_json_file: package.json in CI

pull/379/head
Tilen Komel 1 year ago
parent
commit
c8cd5b0eaa
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: pnpm/action-setup@v4
with:
version: 9.15.4
package_json_file: package.json
- name: Install Dependencies
run: pnpm install

Loading…
Cancel
Save