run on node lts container image
Some checks failed
Build And Publish Docker / build-latest (push) Failing after 2m20s

This commit is contained in:
brooke 2024-11-06 17:02:40 -05:00
parent ea799443c7
commit 55125b8677

View file

@ -8,7 +8,8 @@ on:
jobs:
build-latest:
runs-on: node-22
container:
image: node:lts-bookworm
steps:
- uses: actions/checkout@v3