tangled
alpha
login
or
join now
desertthunder.dev
/
voltx
a reactive (signals based) hypermedia web framework (wip)
stormlightlabs.github.io/volt/
hypermedia
frontend
signals
0
fork
atom
overview
issues
pulls
pipelines
build: pin node version
desertthunder.dev
2 months ago
c7f09e7c
8a21c267
options
unified
split
Changed files
+1
-1
.github
workflows
publish-npm.yml
+1
-1
.github/workflows/publish-npm.yml
···
20
20
- name: Install Node.js
21
21
uses: actions/setup-node@v3
22
22
with:
23
23
-
node-version-file: ".nvmrc"
23
23
+
node-version: 24
24
24
cache: pnpm
25
25
registry-url: https://registry.npmjs.org
26
26
- name: Install dependencies