Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for node Node 22, update AppVeyor and tests #712

Merged
merged 26 commits into from
Jun 29, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
bbfd7b2
Fixing issue 647
ronilan May 4, 2022
e26d438
run.util.js: Test building with msvs 2022
cclauss Apr 11, 2024
d175f48
Update appveyor.yml
cclauss Apr 11, 2024
cae1f89
Update appveyor.yml
cclauss Apr 11, 2024
73050e4
Update appveyor.yml
cclauss Apr 11, 2024
b33fee5
Update appveyor.yml
cclauss Apr 11, 2024
aad20cd
Update appveyor.yml
cclauss Apr 11, 2024
d866f51
Update appveyor.yml
cclauss Apr 11, 2024
97e4670
Update appveyor.yml
cclauss Apr 11, 2024
70c1dca
Update appveyor.yml
cclauss Apr 11, 2024
13a51d8
Update appveyor.yml
cclauss Apr 11, 2024
fbd3cce
mapbox/node-pre-gyp#710
cclauss Apr 11, 2024
2ef0096
update abi_crosswalk.json
acalcutt Apr 11, 2024
77ee55c
Merge branch 'mapbox:master' into Fix-Support-Node-18-Target-647
ronilan Apr 11, 2024
95264e7
Merge remote-tracking branch 'cclauss/patch-1' into node21
acalcutt Apr 11, 2024
56334ee
Update appveyor.yml for node 20 support
acalcutt Apr 11, 2024
88be0a2
Merge remote-tracking branch 'ronilan/Fix-Support-Node-18-Target-647'…
acalcutt Apr 11, 2024
7804f5c
test: show command
acalcutt Apr 11, 2024
17ee1cc
Revert "test: show command"
acalcutt Apr 11, 2024
e5a9524
add line ending to abi_crosswalk.json
acalcutt Apr 11, 2024
9dec1f1
add node 21 to appveyor.yml
acalcutt Apr 11, 2024
e33ff0c
Update appveyor.yml
acalcutt Apr 12, 2024
aaabb80
npm run update-crosswalk
acalcutt Apr 19, 2024
a8aa868
npm run update-crosswalk for node 22
acalcutt Jun 27, 2024
9acee69
change node 21 to node 22 in appveyor.yml
acalcutt Jun 27, 2024
5396d8a
Merge remote-tracking branch 'upstream/master' into node21
acalcutt Jun 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

@acalcutt acalcutt Apr 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made this change, but i'm not sure it is corrent since it seemed only lts releases were listed here before

- 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