mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: use node instead
This commit is contained in:
parent
ccbc380c31
commit
9a0a872df6
19
.github/workflows/publish.yml
vendored
19
.github/workflows/publish.yml
vendored
@ -13,20 +13,17 @@ jobs:
|
||||
- name: check out code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
cache: "npm"
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
- name: Trust all dependencies
|
||||
run: bun pm trust --all
|
||||
|
||||
- name: Add npm
|
||||
run: bun add npm
|
||||
run: npm ci
|
||||
|
||||
- name: Build package
|
||||
run: bun run build
|
||||
run: npm run build
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1
|
||||
@ -35,5 +32,5 @@ jobs:
|
||||
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
with:
|
||||
commit: "chore: release packages"
|
||||
publish: bunx npm publish
|
||||
publish: npm publish
|
||||
title: "chore: release packages"
|
||||
|
Loading…
x
Reference in New Issue
Block a user