bookworm
Some checks failed
/ checkout (push) Successful in 20s
/ clippy (push) Failing after 2s
/ tests (push) Failing after 2s

This commit is contained in:
asonix 2024-02-06 21:51:50 -06:00
parent 7e5413000b
commit 5922b5675a

View file

@ -8,7 +8,7 @@ jobs:
checkout:
runs-on: docker
container:
image: docker.io/node:20-alpine3.19
image: docker.io/node:20-bookworm
steps:
- run: env
- uses: actions/checkout@v4