From d9814a28eb74b431603919f208136718c6c2c0c0 Mon Sep 17 00:00:00 2001 From: Alie Date: Fri, 29 Dec 2023 16:16:57 +0100 Subject: [PATCH] container --- .gitea/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 2b9102c..df77dfe 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,6 +4,8 @@ on: [pull_request] jobs: unit-test: + container: + image: node:16-bullseye steps: - name: Check out repository code uses: actions/checkout@v3