Skip to content

Commit

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

build(deps): bump actions/setup-node from 3.8.1 to 4.0.2
  • Loading branch information
bmuenzenmeyer authored Jul 1, 2024
2 parents bd4299b + 1bf4788 commit 6d0700b
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.8.1
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit 6d0700b

Please sign in to comment.