Skip to content

Commit a08b0f0

Browse files
test upgraded to node24
1 parent 02a3053 commit a08b0f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
fetch-depth: 0
5050
repository: ${{ github.event.pull_request.head.repo.full_name }}
5151

52-
- name: Use Node.js 20.x
52+
- name: Use Node.js 24.x
5353
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
5454
with:
5555
cache: 'yarn'
56-
node-version: '20.x'
56+
node-version: '24.x'
5757

5858
- name: Create coverage directory and clover.xml
5959
run: |

0 commit comments

Comments
 (0)