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 65f5447 commit 1476a4bCopy full SHA for 1476a4b
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
13
- node-version: [^10.13, ^12.13]
+ node-version: [^10.13, ^12.13, ^14.15]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v2
package.json
@@ -19,7 +19,7 @@
19
},
20
"license": "MIT",
21
"engines": {
22
- "node": "^10.13 || ^12.13",
+ "node": "^10.13 || ^12.13 || ^14.15",
23
"yarn": "^1.15.2"
24
25
"repository": {
0 commit comments