Skip to content

Commit d6565f1

Browse files
committed
use node 14 for deploy
1 parent ff1ee50 commit d6565f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup node
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '10.x'
14+
node-version: '14.x'
1515
- uses: actions/checkout@master
1616
- name: Build project files
1717
run: |

0 commit comments

Comments
 (0)