diff --git a/.github/workflows/npm-grunt.yml b/.github/workflows/npm-grunt.yml index c9a3f05f..85d62762 100644 --- a/.github/workflows/npm-grunt.yml +++ b/.github/workflows/npm-grunt.yml @@ -8,19 +8,16 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [16] - steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: 'true' - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + - name: Use Node.js 20 + uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20 + cache: yarn - name: Build run: |