Skip to content

Commit be4cb56

Browse files
authored
Merge pull request #15 from ColumbiaOSS/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 3eae6d8 + aa332cb commit be4cb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727

2828
- name: Use Node.js ${{ matrix.node-version }}
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: ${{ matrix.node-version }}
3232
cache: 'npm'

0 commit comments

Comments
 (0)