Skip to content

Commit b9a2df9

Browse files
authored
🛠️ chore: upgrade deploy node v4 (#76)
* 🛠️ chore: upgrade deploy node v4 * chore: update pnpm lockfile * chore: update pnpm lockfile
1 parent 4bd914f commit b9a2df9

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubuntu-latest
1717
if: github.event.workflow_run.conclusion == 'success'
1818
steps:
19-
- uses: actions/checkout@v3
20-
- uses: actions/setup-node@v3
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 16.15.x
22+
node-version: 18.12.x
2323

2424
- uses: pnpm/action-setup@v3
2525
with:
26-
version: 8
26+
version: 9
2727

2828
- name: Install dependencies
2929
run: pnpm install

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: pnpm/action-setup@v3
1515
with:
16-
version: 8
16+
version: 9
1717

1818
- name: Install dependencies
1919
run: pnpm i

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ __[🌈 Live Demo 在线体验](https://pdsuwwz.github.io/vue3-tab-demo)__
4848
## 前置条件
4949

5050
* Vue 3.5.x
51-
* Node >= 16.15.x
52-
* Pnpm 8.x
51+
* Node >= 18.12.x
52+
* Pnpm 9.x
5353
* **VS Code 插件 `dbaeumer.vscode-eslint` >= v3.0.5 (pre-release)**
5454

5555
## 安装和运行

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"prepare": "husky"
2020
},
2121
"engines": {
22-
"node": ">= 16.15.x",
23-
"pnpm": ">= 8.14.x"
22+
"node": ">= 18.12.x",
23+
"pnpm": ">= 9.x"
2424
},
2525
"keywords": [
2626
"vue",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)