Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Commit 7f97648

Browse files
Update dependency node to v22 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a4804bd commit 7f97648

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/plan-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: 'main'
5555
- uses: actions/setup-node@v4
5656
with:
57-
node-version: 18
57+
node-version: 22
5858
- uses: pnpm/action-setup@v4
5959
- run: pnpm install --frozen-lockfile
6060
- name: "Generate Explanation and Prep Changelogs"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 18
49+
node-version: 22
5050
# This creates an .npmrc that reads the NODE_AUTH_TOKEN environment variable
5151
registry-url: 'https://registry.npmjs.org'
5252
- uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)