From cd9d3dae05235bfb5d77628e9a959260e1d660ad Mon Sep 17 00:00:00 2001 From: jdalton Date: Fri, 13 Mar 2026 10:22:23 -0400 Subject: [PATCH] chore(ci): update pnpm/action-setup to v4.4.0, remove FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 pnpm/action-setup v4.4.0 now supports Node.js 24 natively. --- .github/workflows/generate.yml | 4 ---- .github/workflows/provenance.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 9e847fc0..775b2d13 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -26,10 +26,6 @@ concurrency: permissions: {} -env: - # Opt-in to Node.js 24 for GitHub Actions to avoid deprecation warnings. - # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true jobs: fetch_and_update: diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 433ae94e..0e3c2108 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -19,10 +19,6 @@ on: permissions: {} -env: - # Opt-in to Node.js 24 for GitHub Actions to avoid deprecation warnings. - # See: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/ - FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true jobs: publish: