From ea4770624e5e7df66e43f46f4f6fc22a02e424cc Mon Sep 17 00:00:00 2001 From: Stefan Gohlke <52039897+sgohlke@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:04:41 +0200 Subject: [PATCH] Use Node 22.x again 22.5.1 fixed the npm issues: https://github.com/nodejs/node/pull/53934 --- .github/workflows/nodejs-ci-libs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-ci-libs.yml b/.github/workflows/nodejs-ci-libs.yml index 9783e4d..5c5c3d5 100644 --- a/.github/workflows/nodejs-ci-libs.yml +++ b/.github/workflows/nodejs-ci-libs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 18.x, 20.x, 22.4.x ] + node-version: [ 18.x, 20.x, 22.x ] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}