This commit is contained in:
matt c 2024-10-17 15:45:52 +01:00
parent 106a917d7e
commit 643a24273c

View file

@ -1,7 +1,8 @@
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on: node:20-bookworm runs-on: docker
container.image: node:20-bookworm
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
name: Get stuff name: Get stuff