Skip to content

Commit 91b9e54

Browse files
Merge pull request #211 from pedro-mendonca/dependabot/github_actions/actions/setup-node-6.4.0
Bump actions/setup-node from 6.3.0 to 6.4.0
2 parents 6bb391f + c74cbd4 commit 91b9e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v6
9797

9898
- name: Setup Node
99-
uses: actions/setup-node@v6.3.0
99+
uses: actions/setup-node@v6.4.0
100100
with:
101101
node-version-file: '.nvmrc'
102102
cache: npm

0 commit comments

Comments
 (0)