fix: remove container spec, let runner provide Node.js and Docker

Runner v12.6.4 defaults to node:lts image which includes Node.js.
The explicit container block prevented Docker socket access needed
for image builds.
This commit is contained in:
Graham McIntire 2026-02-13 17:09:20 -06:00
parent ab8039d59b
commit 62b1487936
No known key found for this signature in database

View file

@ -16,8 +16,6 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
container:
image: node:22-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v6