Skip to content

Commit

Permalink
Merge pull request #1834 from bids-standard/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
effigies authored Nov 1, 2023
2 parents 91e61c3 + 0749d6c commit b3ba72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bids-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v4
Expand Down

0 comments on commit b3ba72b

Please sign in to comment.