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 fdb6567 commit bdb56c4Copy full SHA for bdb56c4
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
17
- uses: actions/setup-node@v2
18
with:
19
- node-version: 12
+ node-version: 10
20
registry-url: https://npm.pkg.github.com/
21
- run: npm ci
22
- name: npm build
0 commit comments