Skip to content

Commit a2b5b8d

Browse files
committed
ci: updated
1 parent 834d7a6 commit a2b5b8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-bun.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
permissions:
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- uses: oven-sh/setup-bun@v1
21+
- uses: oven-sh/setup-bun@v2
2222
with:
2323
bun-version: latest
2424

@@ -35,4 +35,4 @@ jobs:
3535
with:
3636
name: playwright-report
3737
path: dist/.playwright/apps/
38-
retention-days: 30
38+
retention-days: 30

.github/workflows/ci-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88

99
permissions:
@@ -23,7 +23,7 @@ jobs:
2323
node-version: latest
2424

2525
- run: npm ci
26-
26+
2727
- uses: nrwl/nx-set-shas@v4
2828

2929
- name: Install Playwright Browsers
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
name: playwright-report
3838
path: dist/.playwright/apps/
39-
retention-days: 30
39+
retention-days: 30

0 commit comments

Comments
 (0)