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 834d7a6 commit a2b5b8dCopy full SHA for a2b5b8d
.github/workflows/ci-bun.yml
@@ -3,7 +3,7 @@ name: CI
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
pull_request:
8
9
permissions:
@@ -18,7 +18,7 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
22
23
bun-version: latest
24
@@ -35,4 +35,4 @@ jobs:
35
36
name: playwright-report
37
path: dist/.playwright/apps/
38
- retention-days: 30
+ retention-days: 30
.github/workflows/ci-npm.yml
@@ -23,7 +23,7 @@ jobs:
node-version: latest
25
- run: npm ci
26
-
+
27
- uses: nrwl/nx-set-shas@v4
28
29
- name: Install Playwright Browsers
@@ -36,4 +36,4 @@ jobs:
39
0 commit comments