Skip to content

Commit 7301060

Browse files
authored
Merge pull request #534 from opsmill/dependabot/github_actions/develop/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 828e81c + b3251ab commit 7301060

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
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
submodules: true
140140
- name: Install NodeJS
141-
uses: actions/setup-node@v4
141+
uses: actions/setup-node@v5
142142
with:
143143
node-version: 20
144144
cache: 'npm'

0 commit comments

Comments
 (0)