Skip to content

Commit 6e081a7

Browse files
committed
Test with one node version
1 parent 7785d6c commit 6e081a7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
name: Node CI
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
10-
strategy:
11-
matrix:
12-
node-version: [12.x]
13-
148
steps:
159
- uses: actions/checkout@v1
16-
- name: Use Node.js ${{ matrix.node-version }}
10+
- name: Use Node.js 12.x
1711
uses: actions/setup-node@v1
1812
with:
19-
node-version: ${{ matrix.node-version }}
13+
node-version: 12.x
2014
- name: npm install, build, and test
2115
run: |
2216
npm ci

0 commit comments

Comments
 (0)