diff --git a/.github/workflows/nodejs-ci-action.yml b/.github/workflows/nodejs-ci-action.yml index 23541c5..aaf54d1 100644 --- a/.github/workflows/nodejs-ci-action.yml +++ b/.github/workflows/nodejs-ci-action.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3 @@ -23,7 +23,7 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - - run: npx @pkgjs/support validate + - run: npx @pkgjs/support@latest validate - run: node_modules/nyc/bin/nyc.js report --reporter=lcovonly - name: Coveralls Parallel uses: coverallsapp/github-action@master diff --git a/package.json b/package.json index d42044d..deb0639 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ } ], "engines": { - "node": "^20 || ^18" + "node": "^22 || ^20 || ^18" }, "repository": { "type": "git",