From bbe71231511717871da1d34d4fadefdb2a9b11a6 Mon Sep 17 00:00:00 2001 From: Ricco Xie Date: Sat, 4 Nov 2023 21:36:24 +0800 Subject: [PATCH] ci: update publish actions env. Release-As: 0.11.8 --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4af837c..0670224 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,19 +12,19 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 registry-url: 'https://registry.npmjs.org' - name: Setup PNPM uses: pnpm/action-setup@v2 with: - version: 7.17.1 + version: 8.7.6 - name: Install deps run: pnpm install - name: Build - run: pnpm run build --filter=@sira-ui/tailwind + run: pnpm build --filter=tailwind # for npm README - name: Copy README