Skip to content

Commit cb7ae51

Browse files
Bump actions/setup-node from 4 to 5 (#2422)
1 parent b855083 commit cb7ae51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v5
2222
with:
2323
cache: 'npm'
2424
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)