Skip to content

Commit

Permalink
add mk-ii-release-candidate to github actions trigger, have actions u…
Browse files Browse the repository at this point in the history
…se pnpm
  • Loading branch information
ryanfiller committed May 11, 2023
1 parent 732c1f6 commit 950d1d4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install
run: npm install
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Install Dependencies
run: pnpm install

- name: Lint
run: npm run lint
Expand All @@ -24,8 +31,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install
run: npm install
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Install Dependencies
run: pnpm install

- name: Playwright Install
run: npx playwright install
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,10 @@
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^0.25.3"
},
"pnpm": {
"overrides": {
"svelte": "npm:@typhonjs-svelte/svelte@3.55.1-cq2"
}
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 950d1d4

Please sign in to comment.