Skip to content

Commit bc833da

Browse files
authored
Merge pull request #151 from opszero/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents e6d1311 + b2cf34b commit bc833da

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
@@ -34,7 +34,7 @@ jobs:
3434
pytest
3535
pytest --cov .
3636
- name: Setup Node
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@v5
3838
with:
3939
node-version: 18
4040
- name: Install serverless

0 commit comments

Comments
 (0)