Skip to content

Commit 498b234

Browse files
committed
tmp
1 parent 7571f96 commit 498b234

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3030

31-
- name: Set Node.js 18.x
31+
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 18.x
34+
node-version: 14
3535

3636
- name: Run install
3737
uses: borales/actions-yarn@v5

0 commit comments

Comments
 (0)