Skip to content

Commit 1246d76

Browse files
author
Marc Jakobi
committed
cd: update browserslist db
1 parent a70bdcd commit 1246d76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ jobs:
1818
node-version: 18
1919
cache: yarn
2020

21+
- uses: oven-sh/setup-bun@v2
22+
2123
- name: Install dependencies
2224
run: yarn install --frozen-lockfile
25+
26+
- name: Update browserslist DB
27+
run: npx update-browserslist-db@latest
28+
2329
- name: Build website
2430
run: yarn build
2531

0 commit comments

Comments
 (0)