Skip to content

Commit a8b0b9b

Browse files
authored
Merge pull request #16 from cucumber/renovate/actions-setup-node-5.x
chore(deps): update actions/setup-node action to v5
2 parents 696bcac + 631a348 commit a8b0b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-testdata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/checkout@v5
1818

19-
- uses: actions/setup-node@v4
19+
- uses: actions/setup-node@v5
2020
with:
2121
cache: 'npm'
2222
cache-dependency-path: testdata/package-lock.json

0 commit comments

Comments
 (0)