From 176ac4996670db7b9081d44eb13acda157351385 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 29 Dec 2023 21:59:11 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 116d212..151d303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest - strategy: matrix: node-version: [18.x] @@ -23,9 +21,6 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - run: npm install - run: npm run compile - run: npm run lint