From d5f6af6622c0807b951fbbc1496dfc0b24df29c5 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Mon, 26 Aug 2024 21:29:14 +0200 Subject: [PATCH] run ci with node 18 (#193) --- .github/workflows/node.js.yml | 2 +- build/pipeline.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ef7ba79..e47235a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/build/pipeline.yml b/build/pipeline.yml index a9625cb..5af1d0b 100644 --- a/build/pipeline.yml +++ b/build/pipeline.yml @@ -48,13 +48,13 @@ extends: testPlatforms: - name: Linux nodeVersions: - - 16.x + - 18.x - name: MacOS nodeVersions: - - 16.x + - 18.x - name: Windows nodeVersions: - - 16.x + - 18.x testSteps: - script: npm ci