Skip to content

Commit 8a2148d

Browse files
authored
Merge pull request #933 from openedx/dependabot/github_actions/actions/setup-node-5
build(deps): bump actions/setup-node from 4 to 5
2 parents a692ebd + 2ea7af3 commit 8a2148d

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
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v5
2020
with:
2121
node-version-file: '.nvmrc'
2222
- name: Install dependencies

0 commit comments

Comments
 (0)