From 56e341dbcb8b5fc43bd9c1d3956490dc6eea7fc2 Mon Sep 17 00:00:00 2001 From: Chad Wilson Date: Sat, 23 Sep 2023 13:49:15 +0800 Subject: [PATCH] Switch to Node 20 --- .github/workflows/build_and_publish.yml | 6 +++--- .github/workflows/pr_workflow.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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