parent
dc1cd270e0
commit
3021050375
@ -42,3 +42,6 @@ jobs:
|
||||
org.opencontainers.image.licenses=unlicense
|
||||
org.opencontainers.image.source=https://gitea.futureporn.net/futureporn/fp
|
||||
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
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Use Node.js 22.x
|
||||
- name: Setup nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'npm'
|
||||
node-version: lts/jod
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user