Skip to content

Commit 478f2dd

Browse files
authored
Merge pull request #204 from arduino/dependabot/github_actions/dot-github/workflows/actions/setup-node-5
Bump actions/setup-node from 4 to 5 in /.github/workflows
2 parents e4dc604 + e2f4397 commit 478f2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v5
147147

148148
- name: Setup Node.js
149-
uses: actions/setup-node@v4
149+
uses: actions/setup-node@v5
150150
with:
151151
node-version-file: "${{ matrix.project.path }}/package.json"
152152

0 commit comments

Comments
 (0)