From 8f439fca6420d6c5a6f0d45e8615c665e0a5b142 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Mon, 2 Oct 2023 15:30:32 -0700 Subject: [PATCH] Upgrade to node 18 --- .github/workflows/pr-check.yml | 2 +- .github/workflows/push-check.yml | 2 +- build/azure-pipeline.pre-release.yml | 2 +- build/azure-pipeline.stable.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index d53aaf8..749ccac 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -4,7 +4,7 @@ on: pull_request: env: - NODE_VERSION: 16.17.0 + NODE_VERSION: 18.17.0 TEST_RESULTS_DIRECTORY: . # Force a path with spaces and unicode chars to test extension works in these scenarios special-working-directory: './🐍 🐛' diff --git a/.github/workflows/push-check.yml b/.github/workflows/push-check.yml index 45a56f9..3e80d29 100644 --- a/.github/workflows/push-check.yml +++ b/.github/workflows/push-check.yml @@ -9,7 +9,7 @@ on: - 'release-*' env: - NODE_VERSION: 16.17.0 + NODE_VERSION: 18.17.0 TEST_RESULTS_DIRECTORY: . # Force a path with spaces and unicode chars to test extension works in these scenarios special-working-directory: './🐍 🐛' diff --git a/build/azure-pipeline.pre-release.yml b/build/azure-pipeline.pre-release.yml index c0aa9ae..64c0772 100644 --- a/build/azure-pipeline.pre-release.yml +++ b/build/azure-pipeline.pre-release.yml @@ -32,7 +32,7 @@ extends: buildSteps: - task: NodeTool@0 inputs: - versionSpec: '16.17.0' + versionSpec: '18.17.0' displayName: Select Node version - task: UsePythonVersion@0 diff --git a/build/azure-pipeline.stable.yml b/build/azure-pipeline.stable.yml index 91fc74b..c1390a0 100644 --- a/build/azure-pipeline.stable.yml +++ b/build/azure-pipeline.stable.yml @@ -29,7 +29,7 @@ extends: buildSteps: - task: NodeTool@0 inputs: - versionSpec: '16.17.0' + versionSpec: '18.17.0' displayName: Select Node version - task: UsePythonVersion@0