a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: pnpm version

+3
+3
.github/workflows/publish-npm.yml
··· 14 14 uses: actions/checkout@v4 15 15 - uses: pnpm/action-setup@v4 16 16 name: Install pnpm 17 + with: 18 + version: 9 19 + run_install: false 17 20 - name: Install Node.js 18 21 uses: actions/setup-node@v3 19 22 with: