Skip to content

Commit

Permalink
build: bump .nvmrc version
Browse files Browse the repository at this point in the history
`@typescript-eslint/eslint-plugin@5.9.1` requires at least `14.17.0`, so our current `.nvmrc` isn't up to date enough.

```
$ yarn --frozen-lockfile                                                                                                                                                                (master|✔)
yarn install v1.22.17
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
error @typescript-eslint/eslint-plugin@5.9.1: The engine "node" is incompatible with this module. Expected version "^12.22.0 || ^14.17.0 || >=16.0.0". Got "14.16.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
```

(cherry picked from commit a750203)
  • Loading branch information
dgp1130 authored and filipesilva committed Jan 16, 2022
1 parent 47c03b0 commit 954f660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
14.17.0

0 comments on commit 954f660

Please sign in to comment.