Skip to content

Commit

Permalink
change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Feb 20, 2024
1 parent 4ba1b6b commit a2e1b6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Setup Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Checkout Repo
uses: actions/checkout@v3

- name: Install Dependencies
run: npm run mount

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"docs:serve": "vitepress serve docs"
},
"engines": {
"node": ">=14",
"pnpm": ">=7"
"node": ">=18",
"pnpm": ">=8"
},
"keywords": [
"qq",
Expand Down

0 comments on commit a2e1b6f

Please sign in to comment.