Specify test workflow image correctlier
Some checks failed
/ test (push) Failing after 1m4s

This commit is contained in:
Neemek 2025-08-24 16:54:15 +02:00
parent 1401f7cdd4
commit 678fab7b0e

View file

@ -4,7 +4,7 @@ jobs:
test:
runs-on: docker
container:
image: ubuntu:latest
image: node:lts
steps:
- name: Checkout Code
uses: actions/checkout@v4