Skip to content

Commit

Permalink
ci: try installing without frozen flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuhito committed Sep 12, 2024
1 parent b3dba62 commit 97fa0a4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bun-version: latest

- name: Install
run: bun install --frozen-lockfile
run: bun install

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
bun-version: latest

- name: Install
run: bun install --frozen-lockfile
run: bun install

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-run-force.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bun-version: latest

- name: Install
run: bun install --frozen-lockfile
run: bun install

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bun-version: latest

- name: Install
run: bun install --frozen-lockfile
run: bun install

- name: Fetch API # Calls Google Font Metadata to fetch the latest data from Google's Developer API
run: bunx gfm generate $GOOGLE_API_KEY
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "5.1.0",
"description": "1500+ open-source fonts bundled into neat packages.",
"type": "module",
"packageManager": "pnpm@8.3.1",
"private": true,
"scripts": {
"algolia": "tsx scripts/algolia.ts",
Expand Down

0 comments on commit 97fa0a4

Please sign in to comment.