There was an error while loading. Please reload this page.
1 parent eb9b6ef commit 5f56dabCopy full SHA for 5f56dab
.github/workflows/deploy-production.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: 🟢 Setup Node.js
23
uses: actions/setup-node@v4
24
with:
25
- node-version: '20' # ← Changé de '18' à '20'
+ node-version: '20'
26
27
- name: 📦 Install dependencies
28
working-directory: ./docusaurus
0 commit comments