From cf83e1e34c11384023188009a467b31fec880d4e Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 5 Feb 2024 21:19:29 -0500 Subject: [PATCH] chore(ci): use `node@20` --- .github/workflows/ci.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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