remove container setting
This commit is contained in:
parent
576a50bb46
commit
b4564ebe67
1 changed files with 0 additions and 6 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -8,9 +8,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
hugo-version:
|
||||
|
@ -66,9 +63,6 @@ jobs:
|
|||
|
||||
build-latest:
|
||||
runs-on: node-22
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue