Skip to content

Commit

Permalink
Merge pull request #10 from eXistSolutions/next
Browse files Browse the repository at this point in the history
Next Version of exist-jwt
  • Loading branch information
JoernT authored Jun 30, 2021
2 parents 2caa90a + 1192f8f commit 74ca44d
Show file tree
Hide file tree
Showing 7 changed files with 201 additions and 305 deletions.
1 change: 1 addition & 0 deletions .existdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"package": {
"author": "Juri Leino",
"target": "jwt",
"homepage": "https://github.com/eXistSolutions/exist-jwt#readme",
"description": "Create, read and verify JSON Web Tokens (JWT) in exist-db",
"namespace": "http://existsolutions.com/ns/jwt",
"status": "beta",
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
exist-version: [release, 5.0.0]
exist-version: [release, latest]
services:
# Label used to access the service container
exist:
image: existdb/existdb:${{ matrix.exist-version}}
image: existdb/existdb:${{ matrix.exist-version }}
ports:
- 8080:8080
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
Expand All @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
Expand Down
Loading

0 comments on commit 74ca44d

Please sign in to comment.