Skip to content

Commit 4ba327c

Browse files
Changing the build environment
1 parent 0792423 commit 4ba327c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/prebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111
runs-on: ubuntu-24.04
1212
container:
13-
image: ubuntu:24.04
13+
image: node:18.20.4-bookworm
1414
steps:
1515
- name: check Linux dependencies
1616
shell: bash

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beamcoder-prebuild",
3-
"version": "0.7.1-rc.15",
3+
"version": "0.7.1-rc.16",
44
"description": "Node.js native bindings to FFmpeg.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -60,7 +60,7 @@
6060
"node-gyp": "^9.4.1",
6161
"patch-package": "^6.2.2",
6262
"prebuild": "^12.1.0",
63-
"ffmpeg-ffprobe-static": "^6.1.1-rc.5",
63+
"ffmpeg-ffprobe-static": "^6.1.1",
6464
"tape": "^5.5.2"
6565
},
6666
"overrides": {

0 commit comments

Comments
 (0)