This commit is contained in:
albert 2025-02-03 13:34:17 -08:00
parent b2f7b9d73e
commit 4391d4faf3
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -6,9 +6,9 @@ on:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
lockfile:
runs-on: docker
runs-on: forgejo
container:
image: ubuntu:latest
image: actions-images/node:latest
steps:
- name: Setup Node
uses: actions/setup-node@v4