Skip to content

Commit

Permalink
fix: try another publish workflow...
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno64 committed Feb 10, 2024
1 parent 28b89e3 commit bb6ded0
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,15 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: pnpm/action-setup@v2

- name: Use Node LTS ✨
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
cache: pnpm
node-version: 20

- name: Install dependencies 📦️
run: pnpm install --frozen-lockfile
- uses: pnpm/action-setup@v3
with:
version: latest
run_install: true

- name: Build 🔨
run: pnpm build
Expand Down

0 comments on commit bb6ded0

Please sign in to comment.