Skip to content

Commit 25e2c2f

Browse files
kalwaltCopilot
andauthored
removing "Read Node version from .nvmrc" step entirely to simplify the workflow in publish.yml
Co-authored-by: Copilot <[email protected]>
1 parent 673481b commit 25e2c2f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26-
- name: Read Node version from .nvmrc
27-
id: nvm
28-
run: |
29-
if [ -f .nvmrc ]; then
30-
NODE=$(cat .nvmrc)
31-
else
32-
NODE=22
33-
fi
34-
echo "node-version=$NODE" >> $GITHUB_OUTPUT
35-
3626
- name: Setup Node.js
3727
uses: actions/setup-node@v4
3828
with:

0 commit comments

Comments
 (0)