Skip to content

Commit f75229b

Browse files
committed
update github action
1 parent b4e3580 commit f75229b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-huggingface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
STATIC_SPACE: "severo/parquet-viewer"
9+
STATIC_SPACE: "hyperparam/hyperparam"
1010
DIRECTORY: "dist"
1111

1212
jobs:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "20"
28+
node-version: "22"
2929
- name: build the app
3030
run: npm install && npm run build
3131
- name: Copy the README.md from the space to the public folder

0 commit comments

Comments
 (0)