Skip to content

Commit 2021676

Browse files
committed
fix: bump the release process
1 parent ea93520 commit 2021676

3 files changed

Lines changed: 80123 additions & 55970 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
- name: Checkout
5252
uses: actions/checkout@v6
5353

54+
- uses: actions/setup-node@v6
55+
with:
56+
node-version-file: '.nvmrc'
57+
5458
- run: echo $GITHUB_SHA
5559

5660
# trying to use this action to install dependencies for semantic release

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.11.0
1+
24.14.0

0 commit comments

Comments
 (0)