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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: "docker"
|
runs-on: "docker"
|
||||||
container:
|
|
||||||
image: "code.forgejo.org/oci/node:22-alpine3.21"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
|
@ -17,7 +15,7 @@ jobs:
|
||||||
version: 10
|
version: 10
|
||||||
|
|
||||||
- name: "Setup Node.js"
|
- name: "Setup Node.js"
|
||||||
uses: "https://github.com/actions/setup-node@v4"
|
uses: "https://code.forgejo.org/actions/setup-node@v4"
|
||||||
with:
|
with:
|
||||||
node-version-file: "package.json"
|
node-version-file: "package.json"
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue