diff --git a/.github/workflows/lint-all.yml b/.github/workflows/lint-all.yml index 67ddc688..7c9774ee 100644 --- a/.github/workflows/lint-all.yml +++ b/.github/workflows/lint-all.yml @@ -12,15 +12,11 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18] - steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20 - run: npm install - run: npm run lint