From 0cbccf08b050276a2d6a461a1ab068de49723aea Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 13 Nov 2023 19:59:38 +0100 Subject: [PATCH] fix!: require node 18 for new yarn version --- .github/workflows/ci.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b598692..8b699eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index 38e8d08..fd2140d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 47d5422..468ade7 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/l3d00m" }, "engines": { - "node": ">=16.0" + "node": ">=18.0" }, "keywords": [], "bugs": {