Skip to content

Commit

Permalink
chore: Update to PNPM 9.0.1 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw authored Apr 17, 2024
1 parent 4b5c2f4 commit 6c4d05b
Show file tree
Hide file tree
Showing 9 changed files with 9,650 additions and 7,622 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# - 'native/android/WhatsNew/**'
- uses: pnpm/[email protected]
with:
version: 8.15.7
version: 9.0.1
- uses: actions/[email protected]
with:
distribution: "temurin" # See 'Supported distributions' for available options
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.15.7
version: 9.0.1
- name: install dependencies
run: pnpm install --frozen-lockfile
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gg-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: cd minifier && mv json ../native/public
- uses: pnpm/[email protected]
with:
version: 8.15.7
version: 9.0.1
- name: install dependencies
run: cd native && pnpm install --frozen-lockfile
- name: add .env file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-mono.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.15.7
version: 9.0.1
- name: install dependencies
run: cd mono && pnpm install --frozen-lockfile
- name: lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 8.15.7
version: 9.0.1
- name: install dependencies
run: cd native && pnpm install --frozen-lockfile
- name: lint
Expand Down
4 changes: 2 additions & 2 deletions mono/apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.6.1"
"astro": "4.6.2"
}
}
}
Loading

0 comments on commit 6c4d05b

Please sign in to comment.