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 1ec9dc2 commit 1b4d93aCopy full SHA for 1b4d93a
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x]
15
steps:
16
- name: Find yarn cache
17
id: find-yarn-cache
package.json
@@ -21,6 +21,9 @@
21
"test": "ava"
22
},
23
"sideEffects": false,
24
+ "engines": {
25
+ "node": ">= 12"
26
+ },
27
"devDependencies": {
28
"@softwareventures/eslint-config": "3.6.2",
29
"@softwareventures/prettier-config": "1.0.2",
0 commit comments