From 521cafe9e1058e1c9fa4d40734215ef1f52b3211 Mon Sep 17 00:00:00 2001 From: ns212 Date: Fri, 1 Mar 2024 10:41:09 +0000 Subject: [PATCH] ci: update github actions --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d5b88b7..64b33f2e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 + scope: "@gobob" cache: yarn - name: Install dependencies run: yarn install