Skip to content

Commit

Permalink
Merge pull request #9 from ckapps/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-2.5.1

ci(deps): bump actions/setup-node from 2.5.0 to 2.5.1
  • Loading branch information
christophka committed Jan 3, 2022
2 parents a589dd3 + 1c1ccf3 commit e0c8666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v2.5.1
with:
node-version: '16'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.0
- uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node }}
- run: npm ci
Expand Down

0 comments on commit e0c8666

Please sign in to comment.