From 3f47fb9c0ca8f9e9c40ef6d2205196ba8f07da89 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Mon, 9 Jun 2025 10:42:58 -0500 Subject: [PATCH 1/2] Update to node.js 20 --- .github/workflows/checks.yaml | 4 ++-- .github/workflows/deploy_docs_gh_pages.yml | 2 +- .github/workflows/docs_checks.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index ea864bf01..46b9b787d 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -29,7 +29,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install packages run: | npm install --ignore-scripts @@ -71,7 +71,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install packages working-directory: ./plugin-flex-ts-template-v2 run: npm install diff --git a/.github/workflows/deploy_docs_gh_pages.yml b/.github/workflows/deploy_docs_gh_pages.yml index dd81b7b07..9cf127198 100644 --- a/.github/workflows/deploy_docs_gh_pages.yml +++ b/.github/workflows/deploy_docs_gh_pages.yml @@ -41,7 +41,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Build working-directory: docs run: | diff --git a/.github/workflows/docs_checks.yaml b/.github/workflows/docs_checks.yaml index a2bea8881..4cd593bb9 100644 --- a/.github/workflows/docs_checks.yaml +++ b/.github/workflows/docs_checks.yaml @@ -22,7 +22,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: Install packages working-directory: ./docs run: npm install From f2d2d8137a1524fdb445951bd146a2e72f681403 Mon Sep 17 00:00:00 2001 From: Sam Johnson Date: Mon, 9 Jun 2025 10:45:45 -0500 Subject: [PATCH 2/2] Actually save the file --- .github/workflows/flex_deploy.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flex_deploy.yaml b/.github/workflows/flex_deploy.yaml index c13f4657b..4813a7077 100644 --- a/.github/workflows/flex_deploy.yaml +++ b/.github/workflows/flex_deploy.yaml @@ -62,7 +62,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: set github environment variables env: SECRETS_CONTEXT: ${{ toJson(secrets) }} @@ -93,7 +93,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: set github environment variables env: SECRETS_CONTEXT: ${{ toJson(secrets) }} @@ -150,7 +150,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: set github environment variables env: SECRETS_CONTEXT: ${{ toJson(secrets) }} @@ -191,7 +191,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: set github environment variables env: SECRETS_CONTEXT: ${{ toJson(secrets) }} @@ -222,7 +222,7 @@ jobs: - name: setup node.js uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' - name: set github environment variables env: SECRETS_CONTEXT: ${{ toJson(secrets) }}