Skip to content

Commit 07408eb

Browse files
committed
Revert "chore: downgrade Node.js version in .nvmrc to v22.20.0 and update npm installation command in release workflow"
This reverts commit 8a8e55d.
1 parent 8a8e55d commit 07408eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install
2626

2727
- name: Update npm
28-
run: npm install -g [email protected]
28+
run: yarn add -D [email protected]
2929

3030
- name: Build
3131
run: yarn build

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.20.0
1+
v24.8.0

0 commit comments

Comments
 (0)