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 de5b8dc commit b27a159Copy full SHA for b27a159
.github/workflows/integration.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node JS
12
uses: actions/setup-node@v1
13
with:
14
- node-version: '8.x'
+ node-version: '12.x'
15
- name: Install system dependencies
16
run: npm run cirequirements
17
- name: Install package dependencies
package.json
@@ -54,6 +54,6 @@
54
"watchify": "3.11.1"
55
},
56
"engines": {
57
- "node": ">=6"
+ "node": ">=12"
58
}
59
0 commit comments