1
mirror of https://github.com/jakejarvis/rdapper.git synced 2026-01-27 21:45:19 -05:00

chore(deps): update dependency node to v24

This commit is contained in:
renovate[bot]
2025-12-31 17:43:59 +00:00
committed by Jake Jarvis
parent efc0277399
commit 6884504d88

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "22"
node-version: "24"
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm@latest
- run: npm ci