Skip to content

Commit a3229c6

Browse files
committed
fix: freeze dependencies
1 parent 570062b commit a3229c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323

2424
- name: 📌 Install
25-
run: yarn
25+
run: yarn install --frozen-lockfile
2626

2727
- name: 🔨 Build
2828
run: yarn build

0 commit comments

Comments
 (0)