Skip to content

Commit

Permalink
fix(ci): build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjeannesson committed Mar 14, 2024
1 parent 1083027 commit d55288b
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 @@ -25,7 +25,7 @@ jobs:
- name: Settp Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Run install
uses: borales/actions-yarn@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Settp Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20

- name: Run install
uses: borales/actions-yarn@v5
Expand Down

0 comments on commit d55288b

Please sign in to comment.