We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f010d09 commit bbc5ed5Copy full SHA for bbc5ed5
1 file changed
.github/workflows/cicd.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/setup-node@v1
15
with:
16
node-version: "22.x"
17
- - run: npm install --legacy-peer-deps
+ - run: npm install
18
- run: npm run build
19
- name: Deploy
20
uses: crazy-max/ghaction-github-pages@v2
0 commit comments