From 600a07607b99409df6bb3f3223e5a90524c050a9 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Thu, 18 Jul 2024 15:46:47 -0700 Subject: [PATCH] fix: pin to node@22.4.1 --- .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 5d864277..993dbcce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,7 +127,7 @@ jobs: node-version: "21" - name: Node.js 22.x - node-version: "22" + node-version: "22.4.1" steps: - uses: actions/checkout@v4