Skip to content

Commit c47e238

Browse files
FS: 0.29.0
1 parent 59141fc commit c47e238

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"run": "git reset --hard HEAD && git clean -fdx"
7373
},
7474
{
75-
"run": "bun install"
75+
"run": "bun install --frozen-lockfile"
7676
},
7777
{
7878
"run": "bun test --timeout 20000"
@@ -149,7 +149,7 @@
149149
"run": "git reset --hard HEAD && git clean -fdx"
150150
},
151151
{
152-
"run": "bun install"
152+
"run": "bun install --frozen-lockfile"
153153
},
154154
{
155155
"run": "bun test --timeout 20000"
@@ -226,7 +226,7 @@
226226
"run": "git reset --hard HEAD && git clean -fdx"
227227
},
228228
{
229-
"run": "bun install"
229+
"run": "bun install --frozen-lockfile"
230230
},
231231
{
232232
"run": "bun test --timeout 20000"
@@ -303,7 +303,7 @@
303303
"run": "git reset --hard HEAD && git clean -fdx"
304304
},
305305
{
306-
"run": "bun install"
306+
"run": "bun install --frozen-lockfile"
307307
},
308308
{
309309
"run": "bun test --timeout 20000"
@@ -380,7 +380,7 @@
380380
"run": "git reset --hard HEAD && git clean -fdx"
381381
},
382382
{
383-
"run": "bun install"
383+
"run": "bun install --frozen-lockfile"
384384
},
385385
{
386386
"run": "bun test --timeout 20000"
@@ -454,7 +454,7 @@
454454
"run": "git reset --hard HEAD && git clean -fdx"
455455
},
456456
{
457-
"run": "bun install"
457+
"run": "bun install --frozen-lockfile"
458458
},
459459
{
460460
"run": "bun test --timeout 20000"

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deno.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cov": "node --test --experimental-test-coverage --test-coverage-include=**/*.f.ts"
2222
},
2323
"dependencies": {
24-
"functionalscript": "0.28.0"
24+
"functionalscript": "0.29.0"
2525
},
2626
"devDependencies": {
2727
"@playwright/test": "1.60.0",

0 commit comments

Comments
 (0)