Skip to content

Commit 61e0379

Browse files
weswighamJack-Works
authored andcommitted
Update nightly.yaml
1 parent f1f5c18 commit 61e0379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Use node version 12
17+
- name: Use node version 14
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 12
20+
node-version: 14
2121
registry-url: https://registry.npmjs.org/
2222
- name: Setup and publish nightly
2323
run: |

0 commit comments

Comments
 (0)