From 76a235cef929d2959d0db76c51aaae2414c74097 Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Fri, 19 Jul 2024 10:40:31 -0700 Subject: [PATCH] Pin to Node 22.4 in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27a982c..a0a2241 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: matrix: suite: [node] # See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.4] # TODO: unpin to 22.x once https://github.com/nodejs/node/issues/53902 is resolved steps: - uses: actions/checkout@v4