Skip to content

Commit da871b6

Browse files
authored
Merge pull request #151 from abraham/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 76ecd7c + 93d9e7b commit da871b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
1212
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v4
13+
- uses: actions/setup-node@v6
1414
with:
1515
node-version: ${{ matrix.node }}
1616
- run: npm install

0 commit comments

Comments
 (0)