Skip to content

Commit 39c75f5

Browse files
committed
fix: update deploy script and sync package-lock
1 parent 97ccc6b commit 39c75f5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js, install dependencies and build
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '22.x'
21+
node-version: '24.x'
2222
- run: npm ci
2323
- run: npm run build
2424

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)