diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7d975223..4edfdab3 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.nvmrc b/.nvmrc index dae199ae..958b5a36 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12 +v14 diff --git a/README.md b/README.md index 20ce65e2..427e8233 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ _Add examples here_ ### Setup -- Install [Node.js](https://nodejs.org) version 12 +- Install [Node.js](https://nodejs.org) version 14 - If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you. - Install [Yarn v1](https://yarnpkg.com/en/docs/install) - Run `yarn setup` to install dependencies and run any requried post-install scripts diff --git a/package.json b/package.json index 0bcfd040..deb8094f 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "typescript": "^4.2.4" }, "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "publishConfig": { "access": "public",