1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 20:14:25 -04:00

chore(deps): update dependency node to v22.20.0

This commit is contained in:
renovate[bot]
2025-10-18 03:51:06 +00:00
committed by GitHub
parent 1a9437030e
commit e3528800e0

View File

@@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "22.20.0"
cache: "pnpm"
- name: Install dependencies