Skip to content

Commit fb8e4da

Browse files
committed
chore: upgrade pnpm version to 10.4.1
1 parent 3774cd4 commit fb8e4da

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/deploy-to-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 9.15.0
25+
version: 10.4.1
2626
run_install: false
2727

2828
- name: Install Node.js

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 9.15.0
28+
version: 10.4.1
2929
run_install: false
3030

3131
- name: Install Node.js

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tar -xvf giflib-5.2.2.tar.gz && cd giflib-5.2.2 && make && make install
1717
RUN wget https://github.com/Kitware/CMake/releases/download/v3.30.4/cmake-3.30.4-linux-x86_64.tar.gz && \
1818
tar -zxvf cmake-3.30.4-linux-x86_64.tar.gz --strip-components=1 -C /usr/local && rm cmake-3.30.4-linux-x86_64.tar.gz
1919

20-
RUN corepack enable && corepack install --global pnpm@9.15.0
20+
RUN corepack enable && corepack install --global pnpm@10.4.1
2121
WORKDIR /gif2webp
2222

2323
COPY . ./

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build:mac": "pnpm build:mac:prepare && pnpm build:rollup"
2323
},
2424
"engines": {
25-
"pnpm": ">=9.15.0",
25+
"pnpm": ">=10.4.1",
2626
"node": ">=20.17.0"
2727
},
2828
"repository": {
@@ -44,5 +44,10 @@
4444
"rollup": "^2.78.1"
4545
},
4646
"sideEffects": false,
47-
"packageManager": "[email protected]"
47+
"packageManager": "[email protected]",
48+
"pnpm": {
49+
"onlyBuiltDependencies": [
50+
"esbuild"
51+
]
52+
}
4853
}

0 commit comments

Comments
 (0)