Upgrade everything from npm 10 to 11 and Node 20 to 24 active LTS

This commit is contained in:
Nicholas La Roux
2025-10-31 22:39:20 -04:00
parent 1a792e9f82
commit 2a7006502a
8 changed files with 16 additions and 16382 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ jobs:
ref: ${{ inputs.commit || github.sha }}
- name: Setup node environment
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
with:
node-version: 20
node-version-file: .nvmrc
cache: npm
check-latest: true