Skip to content

Commit 68cefb2

Browse files
committed
bug fixed
1 parent e68d0d3 commit 68cefb2

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ concurrency:
1515
group: pages
1616
cancel-in-progress: false
1717

18+
env:
19+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
20+
1821
jobs:
1922
build:
2023
runs-on: ubuntu-latest
@@ -26,7 +29,7 @@ jobs:
2629
- name: Setup Node.js
2730
uses: actions/setup-node@v4
2831
with:
29-
node-version: 20
32+
node-version: 24
3033
cache: npm
3134
cache-dependency-path: prd/package-lock.json
3235

prd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "prd",
33
"version": "0.1.0",
44
"private": true,
5+
"homepage": ".",
56
"dependencies": {
67
"@testing-library/dom": "^10.4.1",
78
"@testing-library/jest-dom": "^6.9.1",

0 commit comments

Comments
 (0)