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.
1 parent a70bdcd commit 1246d76Copy full SHA for 1246d76
.github/workflows/deploy.yml
@@ -18,8 +18,14 @@ jobs:
18
node-version: 18
19
cache: yarn
20
21
+ - uses: oven-sh/setup-bun@v2
22
+
23
- name: Install dependencies
24
run: yarn install --frozen-lockfile
25
26
+ - name: Update browserslist DB
27
+ run: npx update-browserslist-db@latest
28
29
- name: Build website
30
run: yarn build
31
0 commit comments