Skip to content

Commit e87c578

Browse files
authored
Bump node.js test versions
also simplify the config
1 parent 6840a4a commit e87c578

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/node.js.yml

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

4-
name: Node.js CI
4+
name: tests
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master, v3 ]
6+
on: [push, pull_request]
117

128
jobs:
139
build:
@@ -16,7 +12,7 @@ jobs:
1612

1713
strategy:
1814
matrix:
19-
node-version: [14.x, 16.x, 17.x]
15+
node-version: [lts/*, latest]
2016
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2117

2218
steps:

0 commit comments

Comments
 (0)