Skip to content

Commit 1f0fc3a

Browse files
authored
Merge pull request #1711 from ccnmtl/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents a278892 + c9cf85e commit 1f0fc3a

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@v4
13+
uses: actions/setup-node@v5
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)