File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
- name : ' Tests: node.js >= 10 '
1
+ name : ' Tests: node.js 10 - 20 '
2
2
3
3
on : [pull_request, push]
4
4
5
+ permissions :
6
+ contents : read
7
+
5
8
jobs :
6
9
tests :
7
10
uses : ljharb/actions/.github/workflows/node.yml@main
8
11
with :
9
- range : ' >= 10'
12
+ range : ' >= 10 < 20 '
10
13
type : minors
11
14
command : npm run tests-only
12
-
13
- node :
14
- name : ' node >= 10'
15
- needs : [tests]
16
- runs-on : ubuntu-latest
17
- steps :
18
- - run : ' echo tests completed'
Original file line number Diff line number Diff line change
1
+ name : ' Tests: node.js >= 20'
2
+
3
+ on : [pull_request, push]
4
+
5
+ permissions :
6
+ contents : read
7
+
8
+ jobs :
9
+ tests :
10
+ uses : ljharb/actions/.github/workflows/node.yml@main
11
+ with :
12
+ range : ' >= 20'
13
+ type : minors
14
+ command : npm run tests-only
You can’t perform that action at this time.
0 commit comments