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 cb8a457 commit b2e494fCopy full SHA for b2e494f
.github/workflows/qa.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [ '20.x' ]
+ node-version: [ '20.18.1' ]
18
os: [ ubuntu-latest, macos-latest ]
19
20
steps:
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Use Node.js
31
uses: actions/setup-node@v4
32
with:
33
- node-version: 20.x
+ node-version: 20.18.1
34
- name: Install dependencies
35
run: |
36
npm ci
test/shared/docker/eventsourcingdb/Dockerfile
@@ -1 +1 @@
1
-FROM ghcr.io/thenativeweb/eventsourcingdb:0.79.0
+FROM ghcr.io/thenativeweb/eventsourcingdb:0.81.2
0 commit comments