From aeec72d58cffc169152ccf3d02504ce101c28aaa Mon Sep 17 00:00:00 2001 From: fratzinger <22286818+fratzinger@users.noreply.github.com> Date: Sun, 21 Jul 2024 22:01:49 +0200 Subject: [PATCH] ci: use node@22.5.1 explicitly --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 846971b..93cf86b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.5.1] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }}