Skip to content

Commit ca8a5ea

Browse files
authored
Update test-deploy.yaml
1 parent bdb0996 commit ca8a5ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
node-version: [20, 22, 24]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- uses: actions/setup-node@v4
@@ -27,4 +27,4 @@ jobs:
2727
- name: Test build website
2828
run: |
2929
npm run build:spec
30-
npm run build:docs
30+
npm run build:docs

0 commit comments

Comments
 (0)