File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ jobs:
19
19
outputs :
20
20
pr-id : ${{ steps.findPr.outputs.number }}
21
21
steps :
22
- - name : Check event pull_request
23
- if : github.event_name == 'pull_request'
24
- run : ' echo pull_request: run workflow'
25
- - uses : actions/checkout@v2
26
- if : github.event_name == 'push'
27
- - name : Check event push
28
- id : findPr
29
- if : github.event_name == 'push'
30
- uses : jwalton/gh-find-current-pr@v1
31
- with :
32
- state : open
22
+ - name : Check event pull_request
23
+ if : github.event_name == 'pull_request'
24
+ run : ' echo pull_request: run workflow'
25
+ - uses : actions/checkout@v2
26
+ if : github.event_name == 'push'
27
+ - name : Check event push
28
+ id : findPr
29
+ if : github.event_name == 'push'
30
+ uses : jwalton/gh-find-current-pr@v1
31
+ with :
32
+ state : open
33
33
34
34
smoke :
35
35
name : ' Smoke [Node.js v${{ matrix.node }} / ${{ matrix.os }}]'
44
44
node :
45
45
- 14
46
46
- 16
47
- - 17
47
+ - 18
48
48
steps :
49
49
- uses : actions/checkout@v2
50
50
- uses : actions/setup-node@v2
88
88
node :
89
89
- 14
90
90
- 16
91
- - 17
91
+ - 18
92
92
include :
93
93
- os : ubuntu-latest
94
94
node : 16
You can’t perform that action at this time.
0 commit comments