Skip to content

Commit

Permalink
fix: specify packageManager (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez authored Nov 24, 2024
1 parent f7b5cfe commit 826a22c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env.test
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ENABLE_EXPERIMENTAL_COREPACK=1
NODE_ENV=test
2 changes: 0 additions & 2 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ runs:
run: echo "//registry.npmjs.org/:_authToken=${{ inputs.npm_token }}" > ~/.npmrc
- name: Install pnpm 📦
uses: pnpm/action-setup@v4
with:
version: 9
- name: Cache Dependencies ⌛️
uses: actions/cache@v4
id: cache-node-modules
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM base AS dev
ENV NODE_ENV=development
ENV CI=true

RUN npm install -g pnpm@9
RUN npm install -g pnpm@9.14.2

COPY package.json pnpm-lock.yaml ./

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"npm": ">=9.0.0",
"pnpm": ">=9.x"
},
"packageManager": "[email protected]",
"type": "module",
"scripts": {
"dev": "nodemon",
Expand Down

0 comments on commit 826a22c

Please sign in to comment.