Skip to content

Commit e999a74

Browse files
committed
ci: npm -> yarn, node 12 -> 14
1 parent e202212 commit e999a74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- name: Install NodeJS
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '12.x'
19+
node-version: '14.x'
2020

2121
- name: Install npm requirements
22-
run: npm install
22+
run: yarn install
2323
working-directory: gbdevio/
2424

2525
- name: Run Vue build
26-
run: npm run build
26+
run: yarn build
2727
working-directory: gbdevio/
2828

2929
- name: Store final build

0 commit comments

Comments
 (0)