Skip to content

Commit

Permalink
Merge pull request #889 from dpc-sdp/feature/update-pnpm
Browse files Browse the repository at this point in the history
chore: 👷 update pnpm
  • Loading branch information
dylankelly authored Oct 11, 2023
2 parents bcc0b1a + 5ebc4ae commit a8a7868
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: studio-nuxt-build
run-name: studio nuxt build

Expand All @@ -17,7 +16,7 @@ permissions:

# Allow one concurrent deployment
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: true

jobs:
Expand Down Expand Up @@ -50,7 +49,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 8.6.2

- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
},
"engines": {
"node": "^16.11.0 || ^18.15.0",
"pnpm": "8.6.2"
"pnpm": "^8.6.2"
},
"dependencies": {
"@vue/vue3-jest": "^29.2.3",
Expand Down

0 comments on commit a8a7868

Please sign in to comment.