We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8646e68 commit 806651cCopy full SHA for 806651c
1 file changed
.github/workflows/deploy-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Node.js
28
uses: actions/setup-node@v4
29
with:
30
- node-version: '18'
+ node-version: '20'
31
cache: 'npm'
32
cache-dependency-path: docusaurus/package-lock.json
33
0 commit comments