From 30b59f5a43e5fadc1c6bed80bb8a3ad327ed66c7 Mon Sep 17 00:00:00 2001 From: Harold <75729237+surelle-ha@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:59:17 +0800 Subject: [PATCH] chore: construct workflow --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f6c192..0a4aad2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,7 @@ jobs: registry-url: 'https://npm.pkg.github.com/' scope: 'surelle-ha' - - run: npm install --legacy-peer-deps - - run: npm install --save-dev @types/node + - run: npm ci --legacy-peer-deps - run: npm run build - run: npm publish