Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Feb 8, 2025
1 parent 7302a91 commit 4c4a8c9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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,6 +186,9 @@ jobs:
with:
name: bilibili-app.src
path: tmp/src
- uses: actions/setup-node@v4
with:
node-version: 20

- name: Prepare
env:
Expand Down

0 comments on commit 4c4a8c9

Please sign in to comment.