Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbea527

Browse files
committed
Set node version specifically in action
1 parent 2d905a5 commit bbea527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Generate data
2020
uses: actions/setup-node@v1
2121
with:
22-
node-version: latest
22+
node-version: 15.x
2323
- run: node generate.js
2424
- name: Commit & Push Generated Data
2525
run: |

0 commit comments

Comments
 (0)