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 ae96104 commit aad71cdCopy full SHA for aad71cd
1 file changed
.github/workflows/test-deploy.yml
@@ -14,10 +14,10 @@ jobs:
14
name: Test deployment
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
18
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
19
with:
20
- node-version: 18.x
+ node-version: 21
21
cache: yarn
22
- name: Test build
23
working-directory: docs
0 commit comments