From d0ff4f5353337ecb0582855733646ff29dd4b300 Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Mon, 7 Aug 2023 16:14:31 -0700 Subject: [PATCH] build: update pipelines to node 18 (#189871) build: update pipelines to node 16 --- .github/workflows/basic.yml | 6 +++--- .github/workflows/ci.yml | 8 ++++---- .github/workflows/monaco-editor.yml | 2 +- .github/workflows/rich-navigation.yml.off | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 210b8058982..012c4247abe 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey @@ -145,7 +145,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a4d93dfa77..cd32a2b50b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: actions/setup-python@v4 with: @@ -115,7 +115,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey @@ -186,7 +186,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey @@ -259,7 +259,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey diff --git a/.github/workflows/monaco-editor.yml b/.github/workflows/monaco-editor.yml index 46ece33df5c..a276604164e 100644 --- a/.github/workflows/monaco-editor.yml +++ b/.github/workflows/monaco-editor.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Compute node modules cache key id: nodeModulesCacheKey diff --git a/.github/workflows/rich-navigation.yml.off b/.github/workflows/rich-navigation.yml.off index c36c83dcb14..a05130cbce4 100644 --- a/.github/workflows/rich-navigation.yml.off +++ b/.github/workflows/rich-navigation.yml.off @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Install dependencies if: steps.caching-stage.outputs.cache-hit != 'true'