We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d66662d + e7e6b40 commit 41d7304Copy full SHA for 41d7304
.github/workflows/deploy-to-production.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v6
24
- name: Setup Node
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
with:
27
node-version: "24"
28
cache: npm
@@ -34,7 +34,7 @@ jobs:
34
- name: Build with Webpack
35
run: npm run build
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
38
39
path: ./docs
40
.github/workflows/test-build.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Use Node ${{ matrix.node-version }}
19
20
21
node-version: ${{ matrix.node-version }}
- name: Install dependencies
0 commit comments