Skip to content

Commit 2a644bc

Browse files
authored
Merge pull request #4 from BeyteFlow/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 44c5781 + 71897fe commit 2a644bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616

1717
- name: Setup Node.js
18-
uses: actions/setup-node@v4
18+
uses: actions/setup-node@v6
1919
with:
2020
node-version: 20
2121
cache: 'npm'

0 commit comments

Comments
 (0)