Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: PNPM Install
uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9.15.0

# 安装Node环境
- name: Install Node.js
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- name: PNPM Install
uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9.15.0

# 安装Node环境
- name: Install Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: PNPM Install
uses: pnpm/action-setup@v4
with:
version: 9.6.0
version: 9.15.0

# 安装Node环境
- name: Install Node.js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "JavaScriptCollection",
"type": "module",
"version": "0.0.2-alpha.24",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.15.0",
"description": "一本有趣的JavaScript合集",
"authorInfo": {
"name": "微信公众号:储凡",
Expand All @@ -12,7 +12,7 @@
},
"engines": {
"node": ">=18.x",
"pnpm": "9.6.0"
"pnpm": "9.15.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm && chmod +x ./scripts/*",
Expand Down
Loading