Skip to content

Commit

Permalink
bumped pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLawton committed Jul 4, 2024
1 parent dd20ddb commit f1d1492
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10,245 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ concurrency:
cancel-in-progress: true

jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
build:
runs-on: ubuntu-latest
name: Build and Push
Expand All @@ -22,7 +18,7 @@ jobs:

- name: Install dependencies
run: |
npm install -g pnpm@8.15.4
npm install -g pnpm@9.1.0
pnpm install
- name: Build
Expand Down
Loading

0 comments on commit f1d1492

Please sign in to comment.