mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 13:05:15 +00:00
Change CI to use official node installation
This commit is contained in:
parent
86413a1518
commit
24ceb7d9bc
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -10,17 +10,17 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-18.04]
|
os: [ ubuntu-20.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: npm install
|
- uses: actions/setup-node@v2-beta
|
||||||
uses: bahmutov/npm-install@v1
|
|
||||||
|
- run: yarn install
|
||||||
|
|
||||||
- name: Run Lint
|
- name: Run Lint
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user