From 2b5ffcffb00a2e94e3627f4509b12b7fe683ca5c Mon Sep 17 00:00:00 2001 From: Amir Szekely Date: Mon, 13 Jan 2025 10:44:09 -0500 Subject: [PATCH] chore: Fix node version for update-snapshot (#677) --- .github/workflows/update-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-snapshot.yml b/.github/workflows/update-snapshot.yml index 31164cb..dd076d3 100644 --- a/.github/workflows/update-snapshot.yml +++ b/.github/workflows/update-snapshot.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: lts/* - name: Install dependencies run: yarn install --check-files --frozen-lockfile - name: Snapshot main