From 9702c17d9e0da4afcaaa038471d58e7d9c60e634 Mon Sep 17 00:00:00 2001 From: Mattt Date: Thu, 25 Jul 2024 12:14:00 -0700 Subject: [PATCH] Revert "Pin to Node 22.4 in CI workflow (#293)" (#294) 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 a0a2241..27a982c 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