Skip to content

Commit

Permalink
update ldapjs to 3.0.7 (#64)
Browse files Browse the repository at this point in the history
* update ldapjs to 3.0.7

* use node 20

* rm node 15 add 20 support
  • Loading branch information
shaozi committed Jun 19, 2024
1 parent daf760b commit f6820fc
Show file tree
Hide file tree
Showing 6 changed files with 505 additions and 102 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:18
FROM mcr.microsoft.com/devcontainers/typescript-node:20

RUN ln -s /usr/bin/gpg /usr/local/bin/gpg
RUN apt update && apt install ldap-utils -y
Expand Down
4 changes: 1 addition & 3 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
ldap-authentication:
build:
Expand All @@ -8,7 +6,7 @@ services:
volumes:
- ..:/workspace:cached
command: sleep infinity

ldap:
image: bitnami/openldap
ports:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x, 16.x, 17.x, 18.x]
node-version: [16.x, 17.x, 18.x, 20.x]

name: 'Integration Node v${{ matrix.node-version }}'

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3"
services:
ldap:
image: bitnami/openldap:2.6.3
Expand Down
Loading

0 comments on commit f6820fc

Please sign in to comment.