1515 uses : actions/checkout@v4
1616 - name : Setup bun
1717 uses : oven-sh/setup-bun@v1
18+ with :
19+ bun-version : 1.0.30
1820 - name : Install dependencies
1921 run : bun install --frozen-lockfile
2022 env :
7577 uses : actions/checkout@v4
7678 - name : Setup bun
7779 uses : oven-sh/setup-bun@v1
80+ with :
81+ bun-version : 1.0.30
7882 - name : Install dependencies
7983 run : bun install --frozen-lockfile
8084 - name : Setup Playwright
9397 uses : actions/checkout@v4
9498 - name : Setup bun
9599 uses : oven-sh/setup-bun@v1
100+ with :
101+ bun-version : 1.0.30
96102 - name : Install dependencies
97103 run : bun install --frozen-lockfile
98104 env :
@@ -110,6 +116,8 @@ jobs:
110116 uses : actions/checkout@v4
111117 - name : Setup bun
112118 uses : oven-sh/setup-bun@v1
119+ with :
120+ bun-version : 1.0.30
113121 - name : Install dependencies
114122 run : bun install --frozen-lockfile
115123 env :
@@ -123,6 +131,8 @@ jobs:
123131 uses : actions/checkout@v4
124132 - name : Setup bun
125133 uses : oven-sh/setup-bun@v1
134+ with :
135+ bun-version : 1.0.30
126136 - name : Install dependencies
127137 run : bun install --frozen-lockfile
128138 env :
@@ -136,6 +146,8 @@ jobs:
136146 uses : actions/checkout@v4
137147 - name : Setup bun
138148 uses : oven-sh/setup-bun@v1
149+ with :
150+ bun-version : 1.0.30
139151 - name : Install dependencies
140152 run : bun install --frozen-lockfile
141153 env :
@@ -149,6 +161,8 @@ jobs:
149161 uses : actions/checkout@v4
150162 - name : Setup bun
151163 uses : oven-sh/setup-bun@v1
164+ with :
165+ bun-version : 1.0.30
152166 - name : Install dependencies
153167 run : bun install --frozen-lockfile
154168 env :
0 commit comments