Skip to content

Commit

Permalink
fix: ci (#154)
Browse files Browse the repository at this point in the history
* fix: ci

* fix: ci

* fix: ci
  • Loading branch information
msojocs authored Feb 8, 2025
1 parent 7302a91 commit 1e9a9ed
Show file tree
Hide file tree
Showing 3 changed files with 1,181 additions and 943 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [22.x]
ARCH: ['x64']
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2

- name: Prepare
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
with:
name: bilibili-app.src
path: tmp/src
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v2

- name: Prepare
Expand Down Expand Up @@ -186,12 +186,16 @@ jobs:
with:
name: bilibili-app.src
path: tmp/src
- uses: actions/setup-node@v4
with:
node-version: 22

- name: Prepare
env:
BUILD_ARCH: ${{ matrix.ARCH }}
run: |
sudo npm install asar -g
npm install -g corepack@latest
corepack enable pnpm
corepack use pnpm@latest
pnpm install
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bilibili-linux",
"version": "1.16.1-3",
"version": "1.16.2-4",
"description": "bilibili client",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,5 +35,5 @@
"@grpc/proto-loader": "^0.7.13",
"protobufjs": "^7.3.2"
},
"packageManager": "pnpm@8.12.1+sha1.aa961ffce9b6eaa56307d9b5ff7e984f25b7eb58"
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}
Loading

0 comments on commit 1e9a9ed

Please sign in to comment.