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