Skip to content
This repository was archived by the owner on Jul 4, 2021. It is now read-only.

Commit e86f185

Browse files
committed
update github action
1 parent 677b3ca commit e86f185

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@ on:
33
push:
44
branches-ignore:
55
- gh-pages
6+
- releases/**
67
pull_request:
8+
branches-ignore:
9+
- gh-pages
10+
- releases/**
11+
types:
12+
- opened
13+
- synchronize
14+
- reopened
715
env:
816
CI: true
917

1018
jobs:
1119
test:
12-
name: "Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}"
20+
name: 'Test on Node.js ${{ matrix.node }} OS: ${{matrix.os}}'
1321
runs-on: ${{ matrix.os }}
1422
strategy:
1523
matrix:
1624
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node: [12, 14]
25+
node: [12, 14, 16]
1826
steps:
1927
- name: Checkout
2028
uses: actions/checkout@v2

0 commit comments

Comments
 (0)