Skip to content

Commit

Permalink
Node.js 22 test
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed May 3, 2024
1 parent 54f1eaa commit 3b11f10
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 6 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ environment:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
matrix:
# node.js
- nodejs: "21"
- nodejs: "20"
- nodejs: "18"
- nodejs: "16"
- nodejs: "22"

install:
- sh: if [ "$APPVEYOR_BUILD_WORKER_IMAGE" = 'Ubuntu2204' ]; then sudo apt-get -qq update && sudo apt-get -y -qq install build-essential libgconf-2-4 python3 libglib2.0-dev; fi
Expand Down
1 change: 1 addition & 0 deletions lib/edge.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ var versionMap = [
[ /^18\./, '18.19.1' ],
[ /^20\./, '20.11.1' ],
[ /^21\./, '21.7.1' ],
[ /^22\./, '22.1.0' ],
];

function determineVersion() {
Expand Down
Binary file added lib/native/win32/ia32/22.1.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/ia32/22.1.0/edge_nativeclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/22.1.0/edge_coreclr.node
Binary file not shown.
Binary file added lib/native/win32/x64/22.1.0/edge_nativeclr.node
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "http://tomasz.janczuk.org",
"twitter": "tjanczuk"
},
"version": "21.7.5",
"version": "22.1.0",
"description": "Edge.js: run .NET and Node.js in-process on Windows, Mac OS, and Linux",
"tags": [
"owin",
Expand Down
2 changes: 1 addition & 1 deletion tools/buildall.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
"%~dp0\build.bat" release 16.20.2 18.19.1 20.11.1 21.7.1
"%~dp0\build.bat" release 16.20.2 18.19.1 20.11.1 22.1.0

0 comments on commit 3b11f10

Please sign in to comment.