Huh?
Some checks failed
/ Test config on 20 (push) Failing after 49s

This commit is contained in:
Maciej 2026-04-02 09:12:32 +03:00
parent fa19d49976
commit f4d99bd274
Signed by: maciej
GPG key ID: 28243AF437E32F99

View file

@ -1,4 +1,5 @@
on: [push]
jobs:
test:
name: Test config on ${{matrix.node}}
@ -9,10 +10,10 @@ jobs:
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v6
uses: https://code.forgejo.org/actions/checkout@v5
- name: Setup NodeJS
uses: https://code.forgejo.org/actions/setup-node@v6
uses: https://code.forgejo.org/actions/setup-node@v5
with:
node-version: ${{matrix.node}}