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 2e2a1a5Copy full SHA for 2e2a1a5
.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.18.1
7
8
steps:
9
- checkout
.nvmrc
@@ -1 +1 @@
1
-10.16.3
+10.18.1
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.18.1"
},
"main": "lib/index.js",
"scripts": {
0 commit comments