add node runtime
Some checks failed
CI / test (push) Failing after 0s

This commit is contained in:
rangelovk 2026-07-08 20:43:03 +00:00
parent 344bf33547
commit fbbd5ec153

View file

@ -7,6 +7,8 @@ on:
jobs: jobs:
test: test:
runs-on: docker runs-on: docker
container:
image: node:22-bookworm
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4