Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/publish-manually.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"
registry-url: "https://registry.npmjs.org"

- name: Update npm
run: npm install -g npm@latest && npm --version
- name: Installing dependencies
run: cd frontend && npm ci && pwd
- name: Create Release Pull Request or Publish
Expand Down
5 changes: 5 additions & 0 deletions frontend/.changeset/lazy-worms-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'pydantic-forms': patch
---

Trigger a deployment as a trusted publisher