build: Update to latest node dependencies (#17)

This commit is contained in:
Samuel Ryan 2022-12-02 16:57:52 +00:00 committed by GitHub
parent 9c64d15780
commit d50327a377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3369 additions and 988 deletions

View file

@ -5,14 +5,13 @@ on: [workflow_call]
jobs:
build-action:
runs-on: ubuntu-latest
if: "!startsWith(github.ref, 'refs/heads/release')"
steps:
- uses: actions/checkout@v2
- run: npm install
- name: Build action (if not already built)
if: "!startsWith(github.ref, 'refs/heads/release')"
run: npm run build
- name: Push build into cache
if: "!startsWith(github.ref, 'refs/heads/release')"
uses: actions/cache@v3
with:
path: dist

4354
package-lock.json generated

File diff suppressed because it is too large Load diff