From e3cb10487b8a2e379e08550884f2c5ddef69858b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 4 Aug 2022 09:03:52 +0100 Subject: [PATCH] Switch node 17 testing to node 18 --- .github/workflows/ci.yml | 4 ++-- 1 file 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