Skip to content

Commit 8926c66

Browse files
committed
Use node 22 when deploying to GH pages
1 parent 41646f6 commit 8926c66

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v4
2424
with:
25-
node-version: "20.12.0"
25+
node-version: "22"
2626
cache: "pnpm"
2727

2828
- name: install

apps/class-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "class-solid",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vinxi dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"scripts": {
55
"build": "turbo build",
66
"dev": "turbo dev",

packages/class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@classmodel/class",
33
"description": "Chemistry Land-surface Atmosphere Soil Slab (CLASS) model",
44
"type": "module",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"exports": {
77
"./package.json": "./package.json",
88
"./class": {

packages/form/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@classmodel/form",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate form from JSON schema with Solid UI components",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)