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 bc55808 commit 436cb2aCopy full SHA for 436cb2a
.github/workflows/deploy_beta.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Setup repository env
11
uses: actions/setup-node@v1
12
with:
13
- node-version: '14.x'
+ node-version: '18.x'
14
registry-url: "https://registry.npmjs.org"
15
- name: Install deps
16
run: npm install --ignore-scripts
0 commit comments