gaaaahh
Some checks failed
Docker / run-tests (push) Failing after 23s
Docker / build-and-push-image (push) Has been skipped

This commit is contained in:
Troy 2025-05-06 00:00:02 +01:00
parent 1ba4e5341f
commit 85a7fd539f
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -19,10 +19,6 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "latest"
- name: Run npm clean install and build - name: Run npm clean install and build
run: | run: |
npm ci npm ci