Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit b6657c5

Browse files
author
Satana Charuwichitratana
committed
Config Actions
1 parent 69a3d08 commit b6657c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build
22

33
on:
44
push:
5-
branch:
5+
branches:
66
- master
77

88
jobs:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [8.x, 10.x]
12+
node-version: [8.x, 10.x, 12.x]
1313

1414
steps:
1515
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)