parent
dc1cd270e0
commit
3021050375
@ -42,3 +42,6 @@ jobs:
|
|||||||
org.opencontainers.image.licenses=unlicense
|
org.opencontainers.image.licenses=unlicense
|
||||||
org.opencontainers.image.source=https://gitea.futureporn.net/futureporn/fp
|
org.opencontainers.image.source=https://gitea.futureporn.net/futureporn/fp
|
||||||
org.opencontainers.image.url=https://gitea.futureporn.net/futureporn/-/packages/container/our
|
org.opencontainers.image.url=https://gitea.futureporn.net/futureporn/-/packages/container/our
|
||||||
|
|
||||||
|
- name: Clean up unused docker networks
|
||||||
|
run: docker network prune --force
|
@ -19,11 +19,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Use Node.js 22.x
|
- name: Setup nodejs
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 22
|
node-version: lts/jod
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
Loading…
x
Reference in New Issue
Block a user