Skip to content

Commit ab20a7c

Browse files
authored
specify node version to 12.18.2
1 parent 89765e3 commit ab20a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Use Node.js
1111
uses: actions/setup-node@v1
1212
with:
13-
node-version: '12.x'
13+
node-version: '12.18.2'
1414
- name: Install
1515
run: npm install
1616
- name: Build Lint

0 commit comments

Comments
 (0)