summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-04 09:03:52 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-04 09:03:52 +0100
commite3cb10487b8a2e379e08550884f2c5ddef69858b (patch)
tree87a82b28c010a53d907621bff1d8eac9da0b24d5 /.github
parentc16d25d9d668718df7eb4b6a8c41573704d06063 (diff)
downloadswig-e3cb10487b8a2e379e08550884f2c5ddef69858b.tar.gz
Switch node 17 testing to node 18
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7dce53ae1..a7bfd5b0b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
CPPSTD: c++11
- SWIGLANG: javascript
ENGINE: node
- VER: '17'
+ VER: '18'
CPPSTD: c++14
- SWIGLANG: javascript
ENGINE: jsc
@@ -270,7 +270,7 @@ jobs:
GCC: 11
- SWIGLANG: javascript
ENGINE: node
- VER: '17'
+ VER: '18'
CPPSTD: c++17
GCC: 11
- SWIGLANG: lua