We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68d0d3 commit 68cefb2Copy full SHA for 68cefb2
2 files changed
.github/workflows/deploy-pages.yml
@@ -15,6 +15,9 @@ concurrency:
15
group: pages
16
cancel-in-progress: false
17
18
+env:
19
+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
20
+
21
jobs:
22
build:
23
runs-on: ubuntu-latest
@@ -26,7 +29,7 @@ jobs:
26
29
- name: Setup Node.js
27
30
uses: actions/setup-node@v4
28
31
with:
- node-version: 20
32
+ node-version: 24
33
cache: npm
34
cache-dependency-path: prd/package-lock.json
35
prd/package.json
@@ -2,6 +2,7 @@
2
"name": "prd",
3
"version": "0.1.0",
4
"private": true,
5
+ "homepage": ".",
6
"dependencies": {
7
"@testing-library/dom": "^10.4.1",
8
"@testing-library/jest-dom": "^6.9.1",
0 commit comments