Skip to content

Commit a67e5d9

Browse files
authored
Merge pull request #1548 from ccnmtl/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 3b3755a + 77eebad commit a67e5d9

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
- name: Install npm modules

0 commit comments

Comments
 (0)