Skip to content

Commit 663a7a8

Browse files
Remove .nvmrc usage from publish-on-tag.yml
1 parent eeaf108 commit 663a7a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish-on-tag.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Set up Node.js
1515
uses: actions/setup-node@v3
16-
with:
17-
node-version-file: '.nvmrc'
1816
- name: Install dependencies
1917
run: npm install
2018
- name: Test

0 commit comments

Comments
 (0)