Skip to content

Commit

Permalink
Remove .nvmrc usage from publish-on-tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Oct 17, 2024
1 parent eeaf108 commit 663a7a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm install
- name: Test
Expand Down

0 comments on commit 663a7a8

Please sign in to comment.