diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b37af3b..5ae6ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,18 +10,12 @@ on: jobs: build: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18] - steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - name: Use Node.js + uses: actions/setup-node@v4 with: - node-version: ${{ matrix.node-version }} + node-version: 20 - name: Lint run: npx awesome-lint@0.2.0