We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098ed1e commit d625e0dCopy full SHA for d625e0d
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- uses: actions/checkout@v3
58
- uses: actions/setup-node@v3
59
with:
60
- node-version: '10'
+ node-version-file: '.nvmrc'
61
# Setup .npmrc file to publish to npm
62
registry-url: 'https://registry.npmjs.org'
63
- uses: actions/cache@v3
.nvmrc
@@ -1 +1 @@
1
-10.19
+10
0 commit comments