1
0

update node

This commit is contained in:
2025-06-28 16:33:16 -05:00
parent 7dd302b3d4
commit 4d6019d0b0
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.16.x
node-version: 22.17.x
cache: pnpm
- name: Install Dependencies