Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
8c25eee7
authored
Aug 26, 2026
by
CaIon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(build): upgrade Bun to 1.4.0
parent
a073f74b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.github/workflows/ci.yml
+1
-1
.github/workflows/electron-build.yml
+1
-1
.github/workflows/release.yml
+3
-3
Dockerfile
+1
-1
No files found.
.github/workflows/ci.yml
View file @
8c25eee7
...
@@ -76,7 +76,7 @@ jobs:
...
@@ -76,7 +76,7 @@ jobs:
-
name
:
Set up Bun
-
name
:
Set up Bun
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
with
:
with
:
bun-version
:
'
1.
3.14
'
bun-version
:
'
1.
4.0
'
-
name
:
Install dependencies
-
name
:
Install dependencies
run
:
bun install --frozen-lockfile
run
:
bun install --frozen-lockfile
...
...
.github/workflows/electron-build.yml
View file @
8c25eee7
...
@@ -29,7 +29,7 @@ jobs:
...
@@ -29,7 +29,7 @@ jobs:
-
name
:
Setup Bun
-
name
:
Setup Bun
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
with
:
with
:
bun-version
:
latest
bun-version
:
'
1.4.0'
-
name
:
Setup Node.js
-
name
:
Setup Node.js
uses
:
actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
# v6.4.0
uses
:
actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
# v6.4.0
...
...
.github/workflows/release.yml
View file @
8c25eee7
...
@@ -28,7 +28,7 @@ jobs:
...
@@ -28,7 +28,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
with
:
with
:
bun-version
:
latest
bun-version
:
'
1.4.0'
-
name
:
Build Frontend
-
name
:
Build Frontend
env
:
env
:
CI
:
"
"
CI
:
"
"
...
@@ -77,7 +77,7 @@ jobs:
...
@@ -77,7 +77,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
with
:
with
:
bun-version
:
latest
bun-version
:
'
1.4.0'
-
name
:
Build Frontend
-
name
:
Build Frontend
env
:
env
:
CI
:
"
"
CI
:
"
"
...
@@ -125,7 +125,7 @@ jobs:
...
@@ -125,7 +125,7 @@ jobs:
echo "VERSION=$VERSION" >> $GITHUB_ENV
echo "VERSION=$VERSION" >> $GITHUB_ENV
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
-
uses
:
oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6
# v2.2.0
with
:
with
:
bun-version
:
latest
bun-version
:
'
1.4.0'
-
name
:
Build Frontend
-
name
:
Build Frontend
env
:
env
:
CI
:
"
"
CI
:
"
"
...
...
Dockerfile
View file @
8c25eee7
FROM
oven/bun:1
@sha256:0733e50325078969732ebe3b15ce4c4be5082f18c4ac1a0f0ca4839c2e4e42a7
AS builder
FROM
oven/bun:1
.4.0@sha256:5ff609364c049b54eb0ff560ec96319729a972078ef2c755d758f0c6ef89c2d6
AS builder
WORKDIR
/build/web
WORKDIR
/build/web
COPY
web/package.json web/bun.lock ./
COPY
web/package.json web/bun.lock ./
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment