Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 143087f

Browse files
committed
fix syntax
1 parent ddc0114 commit 143087f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
uses: actions/checkout@v2
2323
- name: Get Node
2424
uses: actions/setup-node@v1
25-
with:
26-
node-version: 11.x
25+
with:
26+
node-version: 11.x
2727
- name: linux setup
2828
if: ${{ matrix.os == 'ubuntu-latest' }}
2929
run: |

0 commit comments

Comments
 (0)