Skip to content

Commit

Permalink
Update for node Node 22, update AppVeyor and tests (#712)
Browse files Browse the repository at this point in the history
* Fixing issue 647
- Updated abi_crosswalk.json to include node 18 (current).
- Added test coverage for cases of unsupported/unknown targets.

* run.util.js: Test building with msvs 2022

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* Update appveyor.yml

* #710

* update abi_crosswalk.json

* Update appveyor.yml for node 20 support

* test: show command

* Revert "test: show command"

This reverts commit 7804f5c.

* add line ending to abi_crosswalk.json

fix github warning error

* add node 21 to appveyor.yml

Co-authored-by: Christian Clauss <[email protected]>

* Update appveyor.yml

Co-authored-by: Christian Clauss <[email protected]>

* npm run update-crosswalk

Co-authored-by: Christian Clauss <[email protected]>

* npm run update-crosswalk for node 22

* change node 21 to node 22 in appveyor.yml

---------

Co-authored-by: Ron Ilan <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Ron Ilan <[email protected]>
  • Loading branch information
4 people authored Jun 29, 2024
1 parent 1e73906 commit 8886dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
- nodejs_version: 16
- nodejs_version: 18
- nodejs_version: 20
- nodejs_version: 21
- nodejs_version: 22

matrix: # TODO: Fix the `configures with unparsed options` tests and remove this allow_failures matrix.
allow_failures:
Expand Down

0 comments on commit 8886dc1

Please sign in to comment.