Skip to content

Commit

Permalink
different napi node versions testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Oct 14, 2024
1 parent 0d71191 commit 6bc1da4
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ jobs:
ENGINE: napi
VER: '18'
CPPSTD: c++11
- SWIGLANG: javascript
ENGINE: napi
VER: '20'
CPPSTD: c++11
- SWIGLANG: javascript
ENGINE: napi
VER: '22'
CPPSTD: c++11
- SWIGLANG: javascript
ENGINE: napi
VER: '24'
CPPSTD: c++11
- SWIGLANG: javascript
ENGINE: node
VER: '12'
Expand Down Expand Up @@ -291,6 +303,12 @@ jobs:
VER: '18'
CPPSTD: c++17
GCC: 13
- SWIGLANG: javascript
ENGINE: napi
VER: '22'
CPPSTD: c++17
GCC: 13
os: ubuntu-22.04
- SWIGLANG: lua
CPPSTD: c++17
GCC: 13
Expand Down Expand Up @@ -330,7 +348,7 @@ jobs:
os: ubuntu-22.04
- SWIGLANG: javascript
ENGINE: napi
VER: '20'
VER: '24'
CPPSTD: c++20
GCC: 13
os: ubuntu-22.04
Expand Down

0 comments on commit 6bc1da4

Please sign in to comment.