parent
292439f642
commit
aff8d5ff45
1 changed files with 6 additions and 9 deletions
|
@ -6,16 +6,13 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: "docker"
|
runs-on: "docker"
|
||||||
# container:
|
container:
|
||||||
# image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
|
image: "mcr.microsoft.com/dotnet/sdk:9.0-alpine"
|
||||||
steps:
|
steps:
|
||||||
# - shell: ash
|
- shell: ash
|
||||||
# run: "apk add --update nodejs npm"
|
run: "apk add --update nodejs npm"
|
||||||
# - shell: ash
|
- shell: ash
|
||||||
# run: "which node"
|
run: "which node"
|
||||||
- uses: https://code.forgejo.org/actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 'latest'
|
|
||||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||||
- shell: ash
|
- shell: ash
|
||||||
run: "ls -laF"
|
run: "ls -laF"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue