run on node lts container image
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 2m20s
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 2m20s
This commit is contained in:
parent
ea799443c7
commit
55125b8677
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -8,7 +8,8 @@ on:
|
|||
jobs:
|
||||
|
||||
build-latest:
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:lts-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue