diff --git a/.github/main.workflow.yml b/.github/main.workflow.yml index 18c72708..823d4be2 100644 --- a/.github/main.workflow.yml +++ b/.github/main.workflow.yml @@ -9,9 +9,9 @@ jobs: operating-system: [Linux, macOS, Windows] actions: - name: Set Node.js 10.x - uses: bryanmacfarlane/node-config@master - with: - version: 10.x + uses: bryanmacfarlane/node-config@master + with: + version: 10.x - name: npm ci run: npm ci