Skip to content

Commit fc0ccac

Browse files
committed
Add lockfile for faster and more predictable build time
1 parent bbaef3d commit fc0ccac

File tree

3 files changed

+10491
-2
lines changed

3 files changed

+10491
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
# choose node.js version to use.
21-
node-version: '20'
21+
node-version: '22'
2222

2323
- name: Install and Build 🔧 #
2424
run: |

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ docs/.vuepress/dist
44
node_modules
55

66
.idea
7-
yarn.lock
87

98
# OS generated files #
109
######################

0 commit comments

Comments
 (0)