Skip to content

Commit 036ab87

Browse files
authored
Merge pull request #378 from enormora/renovate/actions-setup-node-6.x
⬆️ Update actions/setup-node action to v6
2 parents cd0d03a + 9bc7b81 commit 036ab87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v5
1515
- name: Use Node.js
16-
uses: actions/setup-node@v5
16+
uses: actions/setup-node@v6
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
- name: Install dependencies

0 commit comments

Comments
 (0)