(feat) Fix pipe.
This commit is contained in:
@@ -7,19 +7,15 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
runs-on: ubuntu-latest
|
runs-on: node-22
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Install
|
||||||
uses: actions/setup-node@v4
|
run: npm install --registry https://packages.tenere.ai
|
||||||
with:
|
|
||||||
node-version: '22'
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: npm run build
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
|
|
||||||
- name: Publish to Gitea npm
|
- name: Publish to Gitea npm
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user