We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6840a4a commit e87c578Copy full SHA for e87c578
.github/workflows/node.js.yml
@@ -1,13 +1,9 @@
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
4
-name: Node.js CI
+name: tests
5
6
-on:
7
- push:
8
- branches: [ master ]
9
- pull_request:
10
- branches: [ master, v3 ]
+on: [push, pull_request]
11
12
jobs:
13
build:
@@ -16,7 +12,7 @@ jobs:
16
17
strategy:
18
14
matrix:
19
- node-version: [14.x, 16.x, 17.x]
15
+ node-version: [lts/*, latest]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
0 commit comments