Skip to content

Commit ef4a82d

Browse files
Merge pull request #121 from neovim/dependabot/github_actions/actions/setup-node-4
2 parents 3b5d6d1 + 3ac7140 commit ef4a82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.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@v3
1515

16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
- name: Install Dependencies
1818
run: npm install
1919

0 commit comments

Comments
 (0)