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

Commit

Permalink
Support node 17
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Oct 20, 2021
1 parent e887161 commit bcd293b
Show file tree
Hide file tree
Showing 4 changed files with 842 additions and 149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-2016, macos-latest ]
node: [ "12.0.0", "14.0.0", "16.0.0" ]
node: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0" ]
task: [ test ]

runs-on: ${{matrix.os}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: [ 14]
task: [ prebuild ]
runtime: [ node ]
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0"]
target: [ "12.0.0", "14.0.0", "15.0.0", "16.0.0", "17.0.0"]
runs-on: ${{matrix.os}}
steps:
- name: Set up Git repository
Expand Down
Loading

0 comments on commit bcd293b

Please sign in to comment.