diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8c3cf1..958b275 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [16.x] - steps: + steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}