Skip to content

Commit 2576a32

Browse files
Update main.yml
1 parent a697d9f commit 2576a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212

13-
- name: Use Node.js 10.x
13+
- name: Use Node.js 14.x
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 10.x
16+
node-version: 14.x
1717

1818
- name: Prepare
1919
run: |

0 commit comments

Comments
 (0)