ohhhh
This commit is contained in:
parent
106a917d7e
commit
643a24273c
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: node:20-bookworm
|
||||
runs-on: docker
|
||||
container.image: node:20-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
name: Get stuff
|
||||
|
|
Loading…
Add table
Reference in a new issue