Skip to content

Commit f86d92f

Browse files
committed
Update workflows
1 parent e5111ac commit f86d92f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/node.js.yml renamed to .github/workflows/node.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ master ]
99
paths:
1010
- 'nodejs/**'
11+
- .github/workflows/node.yml
1112
pull_request:
1213
branches: [ master ]
1314
paths:
@@ -20,7 +21,7 @@ jobs:
2021

2122
strategy:
2223
matrix:
23-
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
24+
node-version: [12, 14, 16, 18]
2425

2526
steps:
2627
- uses: actions/checkout@v2

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
branches: [ master ]
99
paths:
1010
- 'python/**'
11+
- .github/workflows/python.yml
1112
pull_request:
1213
branches: [ master ]
1314
paths:

0 commit comments

Comments
 (0)