fix: fix runs-on
Some checks failed
Deploy Website / build (push) Failing after 1m17s

This commit is contained in:
TheClashFruit 2024-04-20 17:05:00 +02:00
parent 62f6f2fb6e
commit 975061c4e3
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
build: build:
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- uses: https://code.forgejo.org/actions/checkout@v3 - uses: https://code.forgejo.org/actions/checkout@v3
- name: Install Node.js - name: Install Node.js