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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: node-22
|
runs-on: node-22
|
||||||
container:
|
|
||||||
image: node:22-bookworm
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
hugo-version:
|
hugo-version:
|
||||||
|
@ -66,9 +63,6 @@ jobs:
|
||||||
|
|
||||||
build-latest:
|
build-latest:
|
||||||
runs-on: node-22
|
runs-on: node-22
|
||||||
container:
|
|
||||||
image: node:22-bookworm
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue