Update CI workflow to use node:jod container

This commit is contained in:
zima 2025-04-30 21:08:05 -07:00
parent 39a9fb6d91
commit 38c4be869d

View file

@ -6,7 +6,7 @@ jobs:
testCommit: testCommit:
runs-on: yeentown-dev runs-on: yeentown-dev
container: container:
image: node:iron image: node:jod
services: services:
postgres: postgres:
image: postgres:15 image: postgres:15