We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60730b8 + 2700e53 commit fc42e5bCopy full SHA for fc42e5b
1 file changed
.github/workflows/ci.yml
@@ -4,21 +4,13 @@ name: ci
4
- pull_request
5
jobs:
6
test:
7
- name: Node ${{ matrix.node }} / ${{ matrix.os }}
8
- runs-on: ${{ matrix.os }}
9
- environment: ci
10
- strategy:
11
- fail-fast: false
12
- matrix:
13
- os:
14
- - ubuntu-latest
15
- node:
16
- - '14'
+ name: Test
+ runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v2.3.4
19
- uses: actions/setup-node@v2
20
with:
21
- node-version: ${{ matrix.node }}
+ node-version: 16
22
- run: npm install
23
- run: npm run build --if-present
24
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts
0 commit comments