Skip to content

Commit 74a39cf

Browse files
authored
Merge pull request #143 from tcort/dependabot/github_actions/actions/setup-node-7
build(deps): bump actions/setup-node from 6 to 7
2 parents 4bfc43b + 88ed1a3 commit 74a39cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v6
2525

2626
- name: Use Node.js ${{ matrix.node-version }}
27-
uses: actions/setup-node@v6
27+
uses: actions/setup-node@v7
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
cache: npm

0 commit comments

Comments
 (0)