Skip to content

Commit

Permalink
Merge pull request #96 from wagoid/build/dependabot-updates
Browse files Browse the repository at this point in the history
chore(deps): aggregated dependabot updates
  • Loading branch information
wagoid committed Feb 17, 2021
2 parents f0f3330 + 3650707 commit 39179da
Show file tree
Hide file tree
Showing 6 changed files with 5,606 additions and 4,101 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.4
with:
node-version: '12.x'
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: |
~/.npm
Expand All @@ -30,10 +30,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2.1.4
with:
node-version: '12.x'
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: |
~/.npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
fetch-depth: 0
- run: sed -i -E "s/(docker:.+)/Dockerfile/" ./action.yml
- run: echo -n '' > .dockerignore
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: '14'
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: |
~/.npm
Expand All @@ -35,10 +35,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: '14'
- uses: actions/cache@v2
- uses: actions/cache@v2.1.4
with:
path: |
~/.npm
Expand Down
Loading

0 comments on commit 39179da

Please sign in to comment.