mirror of
https://forgejo.merr.is/annika/actions-docker-extract.git
synced 2025-12-11 11:18:42 -05:00
build: Update to latest node dependencies (#17)
This commit is contained in:
parent
9c64d15780
commit
d50327a377
2 changed files with 3369 additions and 988 deletions
3
.github/workflows/build_action.yaml
vendored
3
.github/workflows/build_action.yaml
vendored
|
|
@ -5,14 +5,13 @@ on: [workflow_call]
|
||||||
jobs:
|
jobs:
|
||||||
build-action:
|
build-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!startsWith(github.ref, 'refs/heads/release')"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Build action (if not already built)
|
- name: Build action (if not already built)
|
||||||
if: "!startsWith(github.ref, 'refs/heads/release')"
|
|
||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Push build into cache
|
- name: Push build into cache
|
||||||
if: "!startsWith(github.ref, 'refs/heads/release')"
|
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
|
||||||
4354
package-lock.json
generated
4354
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue