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.
2 parents f60518a + b916df6 commit c7c9d30Copy full SHA for c7c9d30
.github/workflows/publish-package.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
10
- uses: actions/setup-node@v2
11
with:
12
- node-version: '12.x'
+ node-version: '14.16.1'
13
registry-url: 'https://registry.npmjs.org'
14
- run: npm install
15
- run: npm publish
.nvcmrc
@@ -0,0 +1 @@
1
+14.16.1
0 commit comments