Skip to content

Commit fc42e5b

Browse files
authored
Merge pull request #26 from SocketDev/remove-environments
Update ci.yml to remove environment
2 parents 60730b8 + 2700e53 commit fc42e5b

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,13 @@ name: ci
44
- pull_request
55
jobs:
66
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'
7+
name: Test
8+
runs-on: ubuntu-latest
179
steps:
1810
- uses: actions/checkout@v2.3.4
1911
- uses: actions/setup-node@v2
2012
with:
21-
node-version: ${{ matrix.node }}
13+
node-version: 16
2214
- run: npm install
2315
- run: npm run build --if-present
2416
- run: echo "127.0.0.1 airtap.local" | sudo tee -a /etc/hosts

0 commit comments

Comments
 (0)