Skip to content

Commit

Permalink
Update node, settle down napi versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Oct 15, 2024
1 parent 6bc1da4 commit 5daed61
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,6 @@ jobs:
- SWIGLANG: javascript
ENGINE: jsc
VER: '4.0'
- SWIGLANG: javascript
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 @@ -300,15 +284,14 @@ jobs:
GCC: 13
- SWIGLANG: javascript
ENGINE: node
VER: '18'
VER: '20'
CPPSTD: c++17
GCC: 13
- SWIGLANG: javascript
ENGINE: napi
VER: '22'
VER: '20'
CPPSTD: c++17
GCC: 13
os: ubuntu-22.04
- SWIGLANG: lua
CPPSTD: c++17
GCC: 13
Expand Down Expand Up @@ -348,13 +331,13 @@ jobs:
os: ubuntu-22.04
- SWIGLANG: javascript
ENGINE: napi
VER: '24'
VER: '22'
CPPSTD: c++20
GCC: 13
os: ubuntu-22.04
- SWIGLANG: javascript
ENGINE: node
VER: '20'
VER: '22'
CPPSTD: c++20
GCC: 13
os: ubuntu-22.04
Expand Down

0 comments on commit 5daed61

Please sign in to comment.