Skip to content

Commit

Permalink
Add support for node 20
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Melser <anton.melser@outlook.com>
  • Loading branch information
AntonOfTheWoods committed Oct 15, 2023
1 parent 973bb19 commit 19b42f8
Show file tree
Hide file tree
Showing 4 changed files with 400 additions and 1,972 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ environment:
matrix:
# Build Node.js
- nodejs_version: stable
- nodejs_version: 20
- nodejs_version: 18

# Build plain C++
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:

node_js:
- stable
- 20
- 18

os:
Expand Down
Loading

0 comments on commit 19b42f8

Please sign in to comment.