Skip to content

Commit

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

build(deps): bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
bmuenzenmeyer authored Dec 1, 2023
2 parents f92a3ea + a95400d commit 4f88527
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.7.0
uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down

0 comments on commit 4f88527

Please sign in to comment.