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.
2 parents 0e5a7b7 + 2e32a2a commit 931625dCopy full SHA for 931625d
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/setup-node@v3
19
with:
20
# choose node.js version to use.
21
- node-version: '20'
+ node-version: '22'
22
23
- name: Install and Build 🔧 #
24
run: |
.gitignore
@@ -4,7 +4,6 @@ docs/.vuepress/dist
4
node_modules
5
6
.idea
7
-yarn.lock
8
9
# OS generated files #
10
######################
0 commit comments