diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index c943b701b6..8d0b806418 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -25,7 +25,7 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Run the build run: bundle exec rake complete_build @@ -45,7 +45,7 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Set up user in git config run: | @@ -78,7 +78,7 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Upload to S3 run: bundle exec rake upload_to_s3 diff --git a/.github/workflows/pr_workflow.yml b/.github/workflows/pr_workflow.yml index aaf6fe4d90..84ea95e229 100644 --- a/.github/workflows/pr_workflow.yml +++ b/.github/workflows/pr_workflow.yml @@ -20,7 +20,7 @@ jobs: - name: Set up NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - name: Run the build run: bundle exec rake complete_build