From 549ace43fbec9ec46fd0089bd49bba7740d35a3c Mon Sep 17 00:00:00 2001 From: Mattt Date: Fri, 19 Jul 2024 10:41:34 -0700 Subject: [PATCH] Revert "Pin to Node 22.4 in CI workflow (#293)" This reverts commit 2fd28906405b6caa82421314d93a3b5e77a84bff. --- .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 a0a2241c..27a982cb 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.4] # TODO: unpin to 22.x once https://github.com/nodejs/node/issues/53902 is resolved + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v4