diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 53c17a4..b6b5e38 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [ 22.x, 20.x, 18.x ] + node-version: [ current, 22.x, 20.x, 18.x ] #- '17' #- '17' #- '16' @@ -39,6 +39,5 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: npm - run: npm ci - run: npm test