Skip to content

Commit 5e721d9

Browse files
authored
Update update-lkg.yml
12 -> 14
1 parent 76e6e46 commit 5e721d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-lkg.yml

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

1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Use node version 12
12+
- name: Use node version 14
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 12
15+
node-version: 14
1616
registry-url: https://registry.npmjs.org/
1717

1818
- name: Configure Git and Update LKG

0 commit comments

Comments
 (0)