Skip to content

Commit 806dad3

Browse files
committed
Update test.yml
1 parent 9a021ac commit 806dad3

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ on:
99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
12-
13-
strategy:
14-
matrix:
15-
node-version: [15.x]
1612

1713
steps:
1814
- uses: actions/checkout@v2
1915
- name: Use Node.js ${{ matrix.node-version }}
2016
uses: actions/setup-node@v1
2117
with:
22-
node-version: ${{ matrix.node-version }}
18+
node-version: 15.x
19+
2320
- run: npm ci
24-
- run: npm run compile
2521
- run: npm test

0 commit comments

Comments
 (0)