Skip to content

Commit 4cfa9ae

Browse files
Merge pull request #23 from mathieucarbou/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 7c2cc42 + 6ee1231 commit 4cfa9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: "3.x"
6464

6565
- name: Install npm
66-
uses: actions/setup-node@v4
66+
uses: actions/setup-node@v5
6767
with:
6868
node-version: '20.x'
6969

0 commit comments

Comments
 (0)