From 2f5e8ee5037660fe9e75324baea67ef2fbd9a3e8 Mon Sep 17 00:00:00 2001 From: Brian Swisher Date: Tue, 6 May 2025 18:19:52 -0700 Subject: [PATCH] [c] adjust workflow commands for NodeJS 18.20.5 --- .github/workflows/ci.yml | 4 +--- .github/workflows/deploy-beta.yml | 3 +-- .github/workflows/deploy-prod.yml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073413788..c22ee014e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,13 +14,12 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@master with: - node-version: '14' + node-version: '18.20.5' - name: lint all markdownfiles env: PM_TECH: ${{secrets.PM_TECH}} run: | npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}} - npm run bff npm run npm node_modules/.bin/markdownlint ./ --ignore node_modules - name: check for image url @@ -35,7 +34,6 @@ jobs: PM_TECH: ${{secrets.PM_TECH}} run: | npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}} - npm run bff npm run npm npm run clean npm run test:update diff --git a/.github/workflows/deploy-beta.yml b/.github/workflows/deploy-beta.yml index 563432863..99aed8665 100644 --- a/.github/workflows/deploy-beta.yml +++ b/.github/workflows/deploy-beta.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@master with: - node-version: '14' + node-version: '18.20.5' - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1 @@ -41,7 +41,6 @@ jobs: DOMAIN_NAME: ${{secrets.BETA_DOMAIN_NAME}} run: | npm config set //registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}} - npm run bff npm run npm npm run clean npm run build:dev diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 34ccf19e0..d84502f0f 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@master with: - node-version: '14' + node-version: '18.20.5' - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1