This commit is contained in:
parent
467c6ec186
commit
1decdef014
1 changed files with 1 additions and 3 deletions
|
@ -4,8 +4,6 @@ on: ["push"]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: "docker"
|
||||
container:
|
||||
image: "code.forgejo.org/oci/node:22-alpine3.21"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
|
@ -17,7 +15,7 @@ jobs:
|
|||
version: 10
|
||||
|
||||
- name: "Setup Node.js"
|
||||
uses: "https://github.com/actions/setup-node@v4"
|
||||
uses: "https://code.forgejo.org/actions/setup-node@v4"
|
||||
with:
|
||||
node-version-file: "package.json"
|
||||
cache: "pnpm"
|
||||
|
|
Loading…
Add table
Reference in a new issue