Skip to content

Commit b695ef0

Browse files
Merge pull request #181 from spatie/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents dbbca20 + 8d6c284 commit b695ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Setup Node
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: '20'
2525

0 commit comments

Comments
 (0)