Skip to content

Commit

Permalink
chore: upgrade node in pr builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Feb 21, 2024
1 parent 755f701 commit c04cdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Dependencies
run: yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set Node Version
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: Install Dependencies
run: yarn install --immutable
Expand Down

0 comments on commit c04cdd4

Please sign in to comment.