We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e202212 commit e999a74Copy full SHA for e999a74
1 file changed
.github/workflows/deploy.yml
@@ -16,14 +16,14 @@ jobs:
16
- name: Install NodeJS
17
uses: actions/setup-node@v1
18
with:
19
- node-version: '12.x'
+ node-version: '14.x'
20
21
- name: Install npm requirements
22
- run: npm install
+ run: yarn install
23
working-directory: gbdevio/
24
25
- name: Run Vue build
26
- run: npm run build
+ run: yarn build
27
28
29
- name: Store final build
0 commit comments