Skip to content

Commit aad71cd

Browse files
committed
ci: 💚 trying to fix test build
1 parent ae96104 commit aad71cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: Test deployment
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v6
18+
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 18.x
20+
node-version: 21
2121
cache: yarn
2222
- name: Test build
2323
working-directory: docs

0 commit comments

Comments
 (0)