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 2752e3c commit bc01e2aCopy full SHA for bc01e2a
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: actions/setup-node@v1
14
with:
15
- node-version: '12.x'
+ node-version: '16.x'
16
registry-url: 'https://registry.npmjs.org'
17
- name: release on npm
18
run: |
0 commit comments