Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
noel-schenk authored Jul 6, 2023
2 parents 1bd6eeb + eeaed3d commit 7766b83
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-nuxt3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
node-version: 16

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
uses: pnpm/[email protected]

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-svelte3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
node-version: 16

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
uses: pnpm/[email protected]

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test-vue3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ jobs:
node-version: 16

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2
uses: pnpm/[email protected]

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ jobs:
node-version: 16

- name: Install pnpm
uses: pnpm/[email protected]
with:
version: 8.6.2

uses: pnpm/[email protected]

- name: Get pnpm store directory
id: pnpm-cache
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
}
}
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.6.2"
}

0 comments on commit 7766b83

Please sign in to comment.