Skip to content

Commit b2e494f

Browse files
committed
chore: Bump Node.js and ESDB docker image versions.
1 parent cb8a457 commit b2e494f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [ '20.x' ]
17+
node-version: [ '20.18.1' ]
1818
os: [ ubuntu-latest, macos-latest ]
1919

2020
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Use Node.js
3131
uses: actions/setup-node@v4
3232
with:
33-
node-version: 20.x
33+
node-version: 20.18.1
3434
- name: Install dependencies
3535
run: |
3636
npm ci
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM ghcr.io/thenativeweb/eventsourcingdb:0.79.0
1+
FROM ghcr.io/thenativeweb/eventsourcingdb:0.81.2

0 commit comments

Comments
 (0)