From 8d18d674dd86f470b19923ac515e635baa5301a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn=20Nguy=E1=BB=85n=20Kh=E1=BA=AFc?= Date: Tue, 23 Jul 2024 14:02:52 +1200 Subject: [PATCH] ci: use `volta` instead of `setup-node` --- .github/actions/setup/action.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 62e2f854..d0a43b55 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -5,14 +5,6 @@ description: Checkout repository & install dependencies runs: using: composite steps: - # https://github.com/actions/setup-node/issues/899 - - run: corepack enable - shell: bash - - - uses: actions/setup-node@v4 - with: - node-version-file: package.json - cache: yarn - + - uses: volta-cli/action@v4 - run: yarn install --immutable shell: bash