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 3565741 commit cc415b6Copy full SHA for cc415b6
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install NodeJS
16
uses: actions/setup-node@v3
17
with:
18
- node-version: '16'
+ node-version: '13'
19
- name: Build JS
20
working-directory: src/${{ env.PROJECT}}
21
run: |
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
22
23
0 commit comments