We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2824600 commit 05b7496Copy full SHA for 05b7496
.github/workflows/ci-cd.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# Setup Node.js only once
25
- name: Setup Node.js
26
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
27
with:
28
node-version: 22
29
cache: 'npm'
@@ -51,7 +51,7 @@ jobs:
51
# Conditional Deployment steps
52
- name: Setup Pages
53
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
54
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v4
55
56
- name: Build with VitePress
57
0 commit comments