Skip to content

Commit 2248768

Browse files
authored
chore(deps): update dependency node to v24 (#32118)
1 parent bda05ad commit 2248768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Install NodeJS 18.x
6060
uses: actions/setup-node@v6
6161
with:
62-
node-version: "18.x"
62+
node-version: "18.x || 24.x"
6363
- name: Install tools
6464
run: "gem install --no-document toys && npm install linkinator"
6565
- name: Test ${{ matrix.task }}

0 commit comments

Comments
 (0)