Skip to content

Commit d9755dc

Browse files
kalwaltCopilot
andcommitted
removing redundant code in release.yml
Co-authored-by: Copilot <[email protected]>
1 parent 2757432 commit d9755dc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20-
- name: Read Node version from .nvmrc
21-
id: nvm
22-
run: |
23-
if [ -f .nvmrc ]; then
24-
NODE=$(cat .nvmrc)
25-
else
26-
NODE=22
27-
fi
28-
echo "node-version=$NODE" >> $GITHUB_OUTPUT
29-
3020
- name: Setup Node.js
3121
uses: actions/setup-node@v4
3222
with:

0 commit comments

Comments
 (0)