Skip to content

Commit 75280bb

Browse files
committed
chore: update Node.js version in CI workflow from 22.x to 24.x
- Changed the Node.js setup in the GitHub Actions workflow to use version 24.x. - Added registry-url for npm to the setup configuration.
1 parent 3ad61ec commit 75280bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ jobs:
7878
- name: Enable Corepack
7979
run: corepack enable
8080

81-
- name: Setup Node.js 22.x
81+
- name: Setup Node.js 24.x
8282
uses: actions/setup-node@v4
8383
with:
84-
node-version: 22
84+
node-version: 24
8585
cache: "pnpm"
86+
registry-url: "https://registry.npmjs.org"
8687

8788
- name: Install Dependencies
8889
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)