Skip to content

Commit db4ab5f

Browse files
authored
fix: ci (#1863)
* fix: ci * fix: ci
1 parent 64e31f1 commit db4ab5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)