Skip to content

Commit bf3d52b

Browse files
authored
Merge pull request #302 from kvalium/fix/node16-compatible
Fix/node16 compatible
2 parents 04d0156 + f91dd2a commit bf3d52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: ["12.22.1", "14.16.1", "15.14.0"]
13+
node: ["12.22.1", "14.16.1", "15.14.0", "16.0.0"]
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
}
7575
},
7676
"engines": {
77-
"node": "10.x || 12.x || 14.x || 15.x"
77+
"node": "10.x || 12.x || 14.x || 15.x || 16.x"
7878
}
7979
}

0 commit comments

Comments
 (0)