Skip to content

Commit

Permalink
ci: update publish actions env.
Browse files Browse the repository at this point in the history
Release-As: 0.11.8
  • Loading branch information
riccox committed Nov 4, 2023
1 parent 4a00f60 commit bbe7123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit bbe7123

@vercel
Copy link

@vercel vercel bot commented on bbe7123 Nov 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.