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

Commit fffc692

Browse files
authored
Update node.js.yml
1 parent 866fb8a commit fffc692

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2-
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3-
41
name: Node.js CI
52

63
on:
74
push:
8-
branches: [ master ]
5+
branches: [ master, develop ]
96
pull_request:
10-
branches: [ master ]
7+
branches: [ master, develop ]
118

129
jobs:
1310
build:
@@ -16,7 +13,7 @@ jobs:
1613

1714
strategy:
1815
matrix:
19-
node-version: [14.x, 15.x]
16+
node-version: [10.x, 12.x, 14.x, 15.x]
2017
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2118

2219
steps:

0 commit comments

Comments
 (0)