Skip to content

Commit

Permalink
fix @vue/eslint-config-typescript build node version error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Mar 8, 2024
1 parent 94fb832 commit b263837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js 18
uses: actions/setup-node@v2
with:
node-version: 18.12.1
node-version: 18.18.0
cache: 'yarn'

- name: Build/release Electron app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
"xpath": "^0.0.34"
},
"engines": {
"node": ">=18.0.0"
"node": ">=18.18.0"
}
}

0 comments on commit b263837

Please sign in to comment.