Merge pull request #350 from Wikid82/renovate/node-24.x

chore(deps): update dependency node to v24.12.0
This commit is contained in:
Jeremy
2025-12-11 13:36:51 -05:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: '24.11.1'
node-version: '24.12.0'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json

View File

@@ -35,7 +35,7 @@ jobs:
- name: 🔧 Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: '24.11.1'
node-version: '24.12.0'
# Step 3: Create a beautiful docs site structure
- name: 📝 Build documentation site

View File

@@ -20,7 +20,7 @@ jobs:
- name: Set up Node (for github-script)
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: '24.11.1'
node-version: '24.12.0'
- name: Propagate Changes
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8

View File

@@ -89,7 +89,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: '24.11.1'
node-version: '24.12.0'
cache: 'npm'
cache-dependency-path: frontend/package-lock.json

View File

@@ -31,7 +31,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
with:
node-version: '24.11.1'
node-version: '24.12.0'
- name: Build Frontend
working-directory: frontend