use cotnainer for pipeline
Some checks failed
ci / docker (push) Failing after 3h11m35s

This commit is contained in:
s83 2025-02-01 11:27:40 +01:00
parent 64cb6e2a7a
commit 0248346df2

View File

@ -10,6 +10,10 @@ on:
jobs:
docker:
runs-on: linux
container:
image: node:23-alpine
volumes:
- /opt/.runner/node_modules:/cache
steps:
- name: Checkout
uses: actions/checkout@v4