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 394fb8d commit f750f58Copy full SHA for f750f58
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- node-version: [12.x]
+ node-version: [12.x, 15.x]
19
20
steps:
21
- uses: actions/checkout@v2
package.json
@@ -30,7 +30,7 @@
30
"puppeteer": "^8.0.0"
31
},
32
"engines": {
33
- "node": ">=v10.22.1"
+ "node": ">=12.13.0"
34
35
"repository": {
36
"type": "git",
0 commit comments