Skip to content

Commit

Permalink
Merge pull request #47 from andreaswilli/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
andreaswilli authored Jan 20, 2023
2 parents 45f711a + c3dc71d commit 9001a8e
Show file tree
Hide file tree
Showing 5 changed files with 2,726 additions and 12,105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/afterRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: master
fetch-depth: 0
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/buildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
lookForRelease:
needs: test
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get version number
uses: stevenbenitez/get-package-version-action@v1
id: package-version

- name: Get release for current version number
id: get_release
uses: joutvhu/[email protected]
Expand All @@ -34,15 +34,14 @@ jobs:
release_is_draft: ${{ steps.get_release.outputs.draft }}

deleteReleaseAssets:
needs: lookForRelease
needs: lookForRelease
if: |
needs.lookForRelease.outputs.release_id == null ||
needs.lookForRelease.outputs.release_is_draft == 'true'
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Delete current release assets
uses: andreaswilli/[email protected]
Expand All @@ -59,7 +58,7 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:

strategy:
matrix:
os:
os:
- macos-latest
- ubuntu-latest
- windows-latest

steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- run: npm ci

Expand Down
Loading

0 comments on commit 9001a8e

Please sign in to comment.