Skip to content

Commit ee3c8c0

Browse files
authored
Merge pull request #750 from abraham/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 0ecc1fd + fc0c4a9 commit ee3c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node: [18, 20]
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: ${{ matrix.node }}
1717
- run: npm install

0 commit comments

Comments
 (0)