Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/docker/Dockerfile.glibc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ ENV PATH=$PATH:/nodejs/bin
WORKDIR /mongodb-client-encryption
COPY . .

RUN yum install -y python39 git make gcc-c++
RUN yum -y install python39 git gcc-toolset-14
ENV PATH=/opt/rh/gcc-toolset-14/root/bin/:$PATH

RUN npm run install:libmongocrypt

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-2022]
node: [20.19.0, 22.x]
node: [20.19.0, 22.x, 24.x]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
strategy:
matrix:
linux_arch: [s390x, arm64, amd64]
node: [20.19.0, 22.x]
node: [20.19.0, 22.x, 24.x]
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
strategy:
matrix:
linux_arch: [amd64, arm64]
node: [20.19.0, 22.x]
node: [20.19.0, 22.x, 24.x]
fail-fast: false
steps:
- uses: actions/checkout@v5
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"mocha": "^11.7.4",
"node-gyp": "^11.4.2",
"node-gyp": "^11.5.0",
"prebuild": "^13.0.1",
"prettier": "^3.6.2",
"semver": "^7.7.3",
Expand Down