Skip to content

Commit 1476a4b

Browse files
committed
Explicitly support Node 14
1 parent 65f5447 commit 1476a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
node-version: [^10.13, ^12.13]
13+
node-version: [^10.13, ^12.13, ^14.15]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"license": "MIT",
2121
"engines": {
22-
"node": "^10.13 || ^12.13",
22+
"node": "^10.13 || ^12.13 || ^14.15",
2323
"yarn": "^1.15.2"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)