Skip to content

Commit 8edffee

Browse files
committed
deps version update & github ci config
1 parent d7c0d60 commit 8edffee

File tree

3 files changed

+1283
-1795
lines changed

3 files changed

+1283
-1795
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [12.x, 14.x, 16.x]
17+
node-version: [18.x, 20.x, 22.x, 23.x, 24.x]
1818
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1919

2020
steps:
2121
- name: update apt repository
2222
run: sudo apt-get update
2323
- name: Install ffmpeg
2424
run: sudo apt-get install -y libavcodec-dev libavutil-dev libavformat-dev
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v4
2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v2
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: 'npm'

0 commit comments

Comments
 (0)