mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +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:
|
||||
build:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-18.04]
|
||||
os: [ ubuntu-20.04]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: npm install
|
||||
uses: bahmutov/npm-install@v1
|
||||
- uses: actions/setup-node@v2-beta
|
||||
|
||||
- run: yarn install
|
||||
|
||||
- name: Run Lint
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user