From 996831917802005d6387303ea39501a6fec48ea2 Mon Sep 17 00:00:00 2001 From: Lautaro Petaccio <1120791+LautaroPetaccio@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:21:43 -0300 Subject: [PATCH] fix: Use last version of setup-node (#2077) --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index f8a8eef8b1..b0bb23d940 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@master - name: Use Node.js 18.x - uses: actions/setup-node + uses: actions/setup-node@v4.0.1 with: node-version: 18.x cache: "npm"