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 59a4cf1 commit a4efb6fCopy full SHA for a4efb6f
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v1
8
- uses: actions/setup-node@v1
9
with:
10
- node-version: '12.x'
+ node-version: '14.x'
11
- run: npm ci
12
- run: npm test
13
env:
package.json
@@ -37,7 +37,7 @@
37
"prettier": "^2.3.0"
38
},
39
"engines": {
40
- "node": "12.x"
+ "node": "14.x"
41
42
"keywords": [],
43
"author": "Stefan Buck",
0 commit comments