We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0792423 commit 4ba327cCopy full SHA for 4ba327c
.github/workflows/prebuild.yml
@@ -10,7 +10,7 @@ jobs:
10
contents: write
11
runs-on: ubuntu-24.04
12
container:
13
- image: ubuntu:24.04
+ image: node:18.20.4-bookworm
14
steps:
15
- name: check Linux dependencies
16
shell: bash
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "beamcoder-prebuild",
3
- "version": "0.7.1-rc.15",
+ "version": "0.7.1-rc.16",
4
"description": "Node.js native bindings to FFmpeg.",
5
"main": "index.js",
6
"types": "index.d.ts",
@@ -60,7 +60,7 @@
60
"node-gyp": "^9.4.1",
61
"patch-package": "^6.2.2",
62
"prebuild": "^12.1.0",
63
- "ffmpeg-ffprobe-static": "^6.1.1-rc.5",
+ "ffmpeg-ffprobe-static": "^6.1.1",
64
"tape": "^5.5.2"
65
},
66
"overrides": {
0 commit comments