diff --git a/.github/workflows/grunt.yml b/.github/workflows/grunt.yml index 3b7d5e7..99bae23 100644 --- a/.github/workflows/grunt.yml +++ b/.github/workflows/grunt.yml @@ -33,10 +33,10 @@ jobs: node: [16] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node }} - - run: npm install - - run: npm install --force -g grunt-cli - - run: grunt + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node }} + - run: npm install + - run: npm install --force -g grunt-cli + - run: grunt