Skip to content

Commit

Permalink
🧺 feat: change node version of actions (#58)
Browse files Browse the repository at this point in the history
* 🧺 feat: change node version of actions

* feat: update unit test node version
  • Loading branch information
pdsuwwz authored Aug 14, 2024
1 parent b558d4a commit d047722
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
if: github.event.workflow_run.conclusion == 'success'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.15.x
node-version: 18.12.x

- uses: pnpm/action-setup@v3
with:
version: 8
version: 9

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8.x
version: 9

- name: Install dependencies
run: pnpm i
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
## 前置条件

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


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"prepare": "husky"
},
"engines": {
"node": ">= 16.15.x",
"pnpm": ">= 8.14.x"
"node": ">=18.12.0",
"pnpm": ">= 9.x"
},
"keywords": [
"vue",
Expand Down

0 comments on commit d047722

Please sign in to comment.