Skip to content

Commit

Permalink
Updating node (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Oct 7, 2022
1 parent d2d53c7 commit d223e8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-lint.yml
Expand Up @@ -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]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
v12
v14
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ The maintainers of this package will neither fix nor take responsbility for bugs

### 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit d223e8f

Please sign in to comment.