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 8e4f232 commit 6c95330Copy full SHA for 6c95330
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v1
12
with:
13
- node-version: '14.x'
+ node-version: '16.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: yarn
16
- run: yarn prepare
0 commit comments