From c11c43c9599711514a804a751db88cc7698b7cda Mon Sep 17 00:00:00 2001 From: otariidae Date: Sun, 21 Jan 2024 11:26:05 +0900 Subject: [PATCH] test: drop unnecessary steps --- .github/workflows/node.js.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bc95ab1..6b2f6da 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x] + node-version: [18.x, 20.x] steps: - uses: actions/checkout@v2 @@ -25,5 +25,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - run: npm run build --if-present - run: npm test