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

build: pin node version

Changed files
+1 -1
.github
workflows
+1 -1
.github/workflows/publish-npm.yml
··· 20 20 - name: Install Node.js 21 21 uses: actions/setup-node@v3 22 22 with: 23 - node-version-file: ".nvmrc" 23 + node-version: 24 24 24 cache: pnpm 25 25 registry-url: https://registry.npmjs.org 26 26 - name: Install dependencies