build: migrate pnpm 8 to 9

This commit is contained in:
fallenbagel
2024-06-24 00:06:52 +05:00
parent cc80bf2c56
commit e30a3ea74f
6 changed files with 13544 additions and 11207 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Pnpm Setup
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Get pnpm store directory
shell: sh
run: |

View File

@@ -21,7 +21,7 @@ jobs:
- name: Pnpm Setup
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Cypress run
uses: cypress-io/github-action@v6
with:

View File

@@ -29,7 +29,7 @@ jobs:
- name: Pnpm Setup
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Get pnpm store directory
shell: sh
run: |

View File

@@ -16,7 +16,7 @@ RUN \
Run npm install --global pnpm
COPY package.json pnpm-lock.yaml ./
RUN CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile --network-timeout 1000000
RUN CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile
COPY . ./

View File

@@ -167,7 +167,8 @@
"typescript": "4.9.5"
},
"engines": {
"node": "^20.0.0"
"node": "^20.0.0",
"pnpm": "^9.0.0"
},
"overrides": {
"sqlite3/node-gyp": "8.4.1",

24740
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff