(feat) Fix pipe.

This commit is contained in:
John Dvorak
2026-05-20 17:01:07 -07:00
parent db1c3f3663
commit 7ca78b74b8
+4 -8
View File
@@ -7,19 +7,15 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
runs-on: node-22
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install
run: npm install --registry https://packages.tenere.ai
- name: Build
run: |
npm install
npm run build
run: npm run build
- name: Publish to Gitea npm
env: