Skip to content

Commit

Permalink
chore: release workflow now uses .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lquixada committed Jul 2, 2023
1 parent 098ed1e commit d625e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '10'
node-version-file: '.nvmrc'
# Setup .npmrc file to publish to npm
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
10.19
10

0 comments on commit d625e0d

Please sign in to comment.