Skip to content

Commit 6d0700b

Browse files
Merge pull request #124 from target/dependabot/github_actions/actions/setup-node-4.0.2
build(deps): bump actions/setup-node from 3.8.1 to 4.0.2
2 parents bd4299b + 1bf4788 commit 6d0700b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 0
1212

1313
- name: Set Up NodeJs
14-
uses: actions/setup-node@v3.8.1
14+
uses: actions/setup-node@v4.0.2
1515
with:
1616
node-version-file: '.nvmrc'
1717
cache: npm

0 commit comments

Comments
 (0)