chore: use node 24 for publishing (#9644)

This commit is contained in:
Maribeth Moffatt
2026-03-19 14:17:17 -04:00
committed by GitHub
parent 48426dc485
commit 46d7294dca

View File

@@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22.x
node-version: 24.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
@@ -107,7 +107,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v5
with:
node-version: 22.x
node-version: 24.x
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies