Skip to content

Commit

Permalink
Merge pull request #1509 from HicServices/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3.6.0
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
2 parents b99c5a3 + c2422af commit 65161f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: touch package-lock.json
- name: Install Node for coverage reporting
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
cache: 'npm'
Expand Down

0 comments on commit 65161f6

Please sign in to comment.