From ec5457ca4cea4f13ecce7aea35acbaa063724955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 11:14:12 +0200 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.2 (#2993) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish_wasm_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_wasm_web.yml b/.github/workflows/publish_wasm_web.yml index 6fba604977a4..38b0a13db1f3 100644 --- a/.github/workflows/publish_wasm_web.yml +++ b/.github/workflows/publish_wasm_web.yml @@ -20,7 +20,7 @@ jobs: run: wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --release --scope biomejs crates/biome_wasm - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: node-version: 20 cache: "pnpm"