Skip to content

Commit

Permalink
Merge pull request #177 from mdb/dependabot-upgrades
Browse files Browse the repository at this point in the history
Dependabot upgrades
  • Loading branch information
mdb committed Jul 31, 2022
2 parents 7929b8d + 1e19ee2 commit 10bc745
Show file tree
Hide file tree
Showing 3 changed files with 1,964 additions and 2,795 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
- uses: actions/setup-node@v3.4.1
with:
node-version: 16.x
- run: npm install
Expand All @@ -25,7 +25,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.3.0
- uses: actions/setup-node@v3.4.1
with:
node-version: 16.x
- uses: ./
Expand Down
Loading

0 comments on commit 10bc745

Please sign in to comment.