re: image

This commit is contained in:
2026-02-28 15:21:02 -06:00
parent e3b4794f2b
commit 0826d56249
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy:
runs-on: debian12
container:
image: ubuntu:22.04
image: node:current-alpine3.23
steps:
- name: Checkout code

View File

@@ -11,7 +11,7 @@ jobs:
build-and-deploy:
runs-on: debian12
container:
image: ubuntu:22.04
image: current-alpine3.23
steps:
- uses: actions/checkout@v3