We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b3d04 commit 436f74cCopy full SHA for 436f74c
.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2
3
jobs:
4
test:
5
docker:
6
- - image: circleci/node:10.16.3
+ - image: circleci/node:10.17.0
7
8
steps:
9
- checkout
.nvmrc
@@ -1 +1 @@
1
-10.16.3
+10.17.0
package.json
@@ -3,7 +3,7 @@
"version": "3.0.0",
"description": "🃏 Jest import resolution plugin for eslint-plugin-import",
"engines": {
- "node": ">=10.0.0"
+ "node": ">=v10.17.0"
},
"main": "lib/index.js",
"scripts": {
0 commit comments