Skip to content

Commit

Permalink
fix!: require node 18 for new yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
l3d00m committed Nov 13, 2023
1 parent bef8ff4 commit 0cbccf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 20, 'lts/*']
node: [18, 'lts/*']
name: Build with node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4 # v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a fork of [ajomuch92/vue-enter-to-tab](https://github.com/ajomuch92/vue-

## Install

Requires Vue >=3.3 and Node >=16.
Requires Vue >=3.3 and Node >=18.

```bash
# npm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/l3d00m"
},
"engines": {
"node": ">=16.0"
"node": ">=18.0"
},
"keywords": [],
"bugs": {
Expand Down

0 comments on commit 0cbccf0

Please sign in to comment.