From 83cc61ca1f5fee779777f3a4c038226093e92019 Mon Sep 17 00:00:00 2001 From: Liam Garriga Date: Thu, 4 Jul 2024 19:14:28 +0000 Subject: [PATCH] Update preview.yml --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index f139aac..ca04e4b 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -16,7 +16,7 @@ jobs: with: version: 8 - name: Use Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: latest cache: 'pnpm'