We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7dfb commit 2080c70Copy full SHA for 2080c70
2 files changed
.github/workflows/deploy.yml
@@ -20,13 +20,14 @@ jobs:
20
fetch-depth: 0
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: 18
24
- cache: yarn
+ node-version: 20
+ cache: npm
25
26
- name: Install dependencies
27
- run: yarn install --frozen-lockfile
+ run: npm install
28
- name: Build website
29
- run: yarn build
+ run: npm run build
30
+
31
32
# Popular action to deploy to GitHub Pages:
33
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
.yarn/install-state.gz
1.17 MB
0 commit comments