Skip to content

Commit

Permalink
Merge pull request #437 from jamesb93/main
Browse files Browse the repository at this point in the history
Downgrade node versions to 18
  • Loading branch information
jamesb93 committed Feb 26, 2024
2 parents 3740970 + 73faf56 commit c292534
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 @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 18

- name: install pnpm
run: npm i -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 19
node-version: 18

- name: install pnpm
run: npm i -g pnpm
Expand Down

0 comments on commit c292534

Please sign in to comment.