Update pnpm version in GitHub actions workflow

The pnpm version used in the GitHub actions workflow has been updated from 6.32.9 to 8. This change will ensure that our GitHub actions use the latest pnpm version for setting up the environments and building our project.
This commit is contained in:
giancarlo
2024-04-11 16:29:43 +08:00
parent 96a1857da1
commit e4e5cee3f3

View File

@@ -6,6 +6,7 @@ on:
branches: [ main ]
jobs:
typescript:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -14,7 +15,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
version: 8
- uses: actions/setup-node@v4
with:
@@ -45,7 +46,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 6.32.9
version: 8
- uses: actions/cache@v4
with: