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 f313a59 commit c781915Copy full SHA for c781915
.github/workflows/nightly.yml
@@ -18,6 +18,7 @@ jobs:
18
ref: develop
19
- uses: actions/setup-node@v3
20
with:
21
+ node-version: 18
22
registry-url: https://registry.npmjs.org/
23
- name: pre-setup
24
run: sh ./scripts/preinstall.sh
.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
16
ref: master
17
0 commit comments