Skip to content

Commit

Permalink
upgrade pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsam committed Apr 16, 2024
1 parent 9d88d00 commit f6e5a35
Show file tree
Hide file tree
Showing 4 changed files with 8,240 additions and 6,663 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: 📥 Download deps
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: 🧶 Lint
Expand All @@ -50,7 +50,7 @@ jobs:
- name: 📥 Download deps
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: 🔬 Type check
Expand All @@ -71,7 +71,7 @@ jobs:
- name: 📥 Download deps
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: ⚡ Run vitest
Expand All @@ -95,7 +95,7 @@ jobs:
- name: 📥 Download deps
uses: pnpm/action-setup@v3
with:
version: 8
version: 9
run_install: true

- name: 🧬 Staging Migration
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM node:20-alpine as base

# Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed.
RUN apk add --no-cache libc6-compat
RUN corepack enable
RUN corepack use pnpm@9
RUN corepack enable pnpm

FROM base as deps

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@
},
"engines": {
"node": "20",
"pnpm": "8"
"pnpm": "9"
}
}
Loading

0 comments on commit f6e5a35

Please sign in to comment.