chore: update to node 24

This commit is contained in:
Brian Krische 2026-03-11 10:37:23 -05:00
parent f29500c9d6
commit 4826f55b05
No known key found for this signature in database
GPG key ID: C44AFEA62A102043
4 changed files with 16 additions and 22 deletions

View file

@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version-file: package.json
cache: "npm"
- name: Install dependencies
@ -107,7 +107,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
node-version-file: package.json
cache: "npm"
registry-url: "https://registry.npmjs.org"