Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit bcd293b

Browse files
committed
Support node 17
1 parent e887161 commit bcd293b

File tree

4 files changed

+842
-149
lines changed

4 files changed

+842
-149
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ ubuntu-latest, windows-2016, macos-latest ]
14-
node: [ "12.0.0", "14.0.0", "16.0.0" ]
14+
node: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0" ]
1515
task: [ test ]
1616

1717
runs-on: ${{matrix.os}}

.github/workflows/tagged_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
node: [ 14]
1313
task: [ prebuild ]
1414
runtime: [ node ]
15-
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0"]
15+
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0"]
1616
runs-on: ${{matrix.os}}
1717
steps:
1818
- name: Set up Git repository

0 commit comments

Comments
 (0)