Skip to content

Commit

Permalink
Merge pull request #75 from target/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-3.7.0

build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
bmuenzenmeyer authored Jul 13, 2023
2 parents cb73dc9 + 8033b8e commit f92a3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 0

- name: Set Up NodeJs
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit f92a3ea

Please sign in to comment.