Skip to content

Commit d30827e

Browse files
committed
chore: update github actions
1 parent c0dc37f commit d30827e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
name: github-pages
1515
url: ${{ steps.deployment.outputs.page_url }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- uses: actions/setup-node@v3
20+
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 16
22+
node-version: 22
2323
cache: npm
2424
- run: npm install --frozen-lockfile
2525
- name: Build
@@ -30,4 +30,4 @@ jobs:
3030
path: docs/.vitepress/dist
3131
- name: Deploy
3232
id: deployment
33-
uses: actions/deploy-pages@v1
33+
uses: actions/deploy-pages@v5

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
- name: Install dependencies
1717
run: npm ci --legacy-peer-deps
1818
- name: Install Playwright Browsers

package-lock.json

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

0 commit comments

Comments
 (0)