fix
This commit is contained in:
parent
ca57f5c84e
commit
a725d40cce
7
.github/workflows/chromium-linux.yml
vendored
7
.github/workflows/chromium-linux.yml
vendored
|
|
@ -6,9 +6,6 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
|
||||||
NODE_VERSION: 10.15
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests_linux_chromium:
|
tests_linux_chromium:
|
||||||
name: "tests: Linux + CR"
|
name: "tests: Linux + CR"
|
||||||
|
|
@ -16,10 +13,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Install Node.js ${{NODE_VERSION}}
|
- name: Install Node.js 10.15
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: ${{NODE_VERSION}}
|
node-version: 10.15
|
||||||
- name: install required packages
|
- name: install required packages
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue