Skip to content

Commit 147c83d

Browse files
authored
Merge pull request #252 from cpp-lln-lab/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 7c37c29 + 81a1fa9 commit 147c83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bids_validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121

22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: '18'
2525

0 commit comments

Comments
 (0)