From f6fffb0490a874333c7907aa5301a7cf222c2b74 Mon Sep 17 00:00:00 2001 From: Ky Lee Date: Mon, 5 Aug 2024 15:16:18 -0700 Subject: [PATCH] update github actions --- .github/actions/setup/action.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9ce97a1..0cbe8d5 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -8,11 +8,5 @@ runs: registry-url: https://registry.npmjs.org cache: yarn - # For provenance https://docs.npmjs.com/generating-provenance-statements#prerequisites - - name: Install npm 9.5 - run: npm install -g npm@^9.5.0 - shell: bash - - - name: Install node modules - run: yarn install --frozen-lockfile - shell: bash + - uses: oven-sh/setup-bun@v2 + - run: bun install