Skip to content

Commit

Permalink
Bump node version during build (#2768)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan Graham <[email protected]>
  • Loading branch information
omacranger and Logan Graham committed May 3, 2024
1 parent 5b23906 commit c5999f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x
- name: Install Python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit c5999f6

Please sign in to comment.