Skip to content

Commit

Permalink
Switch to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 23, 2023
1 parent 6080b20 commit 56e341d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56e341d

Please sign in to comment.