Skip to content

Commit ba89f25

Browse files
authored
Merge pull request #81 from atom-community/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 73eabe3 + 0ee48a0 commit ba89f25

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Commit lint ✨
2525
uses: wagoid/commitlint-github-action@v5
2626

27-
- uses: actions/setup-node@v3
27+
- uses: actions/setup-node@v4
2828
with:
2929
node-version: "18"
3030
- name: Setup PNPM

0 commit comments

Comments
 (0)