Skip to content

Commit b8cd0d1

Browse files
authored
Merge pull request #1727 from ccnmtl/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 9569c04 + 40167d0 commit b8cd0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Setup node
13-
uses: actions/setup-node@v5
13+
uses: actions/setup-node@v6
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

0 commit comments

Comments
 (0)