From f603d0cdbddb746004a0ecccf21c6ab41b8312b1 Mon Sep 17 00:00:00 2001 From: Caleb Roseland Date: Thu, 27 Feb 2025 18:04:25 -0600 Subject: [PATCH] bump actions/setup-node to support newer node version --- .github/actions/e2e-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/e2e-test/action.yaml b/.github/actions/e2e-test/action.yaml index 865a48b01c..91c837fc64 100644 --- a/.github/actions/e2e-test/action.yaml +++ b/.github/actions/e2e-test/action.yaml @@ -19,7 +19,7 @@ runs: cache: true - name: ci/setup-node - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version-file: ".nvmrc" cache: "npm"