File tree 4 files changed +9
-21
lines changed
4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 99
99
eslint : 5
100
100
101
101
steps :
102
- - uses : actions/checkout@v2
102
+ - uses : actions/checkout@v3
103
103
- uses : ljharb/actions/node/install@main
104
104
continue-on-error : ${{ matrix.eslint == 4 && matrix.node-version == 4 }}
105
105
name : ' nvm install ${{ matrix.node-version }} && npm install, with eslint ${{ matrix.eslint }}'
@@ -113,7 +113,7 @@ jobs:
113
113
skip-ls-check : true
114
114
- run : npm run pretest
115
115
- run : npm run tests-only
116
- - uses : codecov/codecov-action@v2
116
+ - uses : codecov/codecov-action@v3
117
117
118
118
node :
119
119
name : ' node 4+'
Original file line number Diff line number Diff line change 10
10
# runs-on: ubuntu-latest
11
11
12
12
# steps:
13
- # - uses: actions/checkout@v2
13
+ # - uses: actions/checkout@v3
14
14
# - uses: ljharb/actions/node/install@main
15
15
# name: 'nvm install lts/* && npm install'
16
16
# with:
22
22
runs-on : ubuntu-latest
23
23
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- uses : ljharb/actions/node/install@main
27
27
name : ' nvm install lts/* && npm install'
28
28
with :
Original file line number Diff line number Diff line change 38
38
# - utils
39
39
40
40
steps :
41
- - uses : actions/checkout@v2
41
+ - uses : actions/checkout@v3
42
42
- uses : ljharb/actions/node/install@main
43
43
name : ' nvm install ${{ matrix.node-version }} && npm install'
44
44
env :
50
50
after_install : npm run copy-metafiles && ./tests/dep-time-travel.sh && cd ${{ matrix.package }} && npm install
51
51
skip-ls-check : true
52
52
- run : cd ${{ matrix.package }} && npm run tests-only
53
- - uses : codecov/codecov-action@v2
53
+ - uses : codecov/codecov-action@v3
54
54
55
55
packages :
56
56
name : ' packages: all tests'
Original file line number Diff line number Diff line change @@ -2,20 +2,8 @@ name: Automatic Rebase
2
2
3
3
on : [pull_request_target]
4
4
5
- permissions :
6
- contents : read
7
-
8
5
jobs :
9
6
_ :
10
- permissions :
11
- contents : write # for ljharb/rebase to push code to rebase
12
- pull-requests : read # for ljharb/rebase to get info about PR
13
- name : " Automatic Rebase"
14
-
15
- runs-on : ubuntu-latest
16
-
17
- steps :
18
- - uses : actions/checkout@v2
19
- - uses : ljharb/rebase@master
20
- env :
21
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7
+ uses : ljharb/actions/.github/workflows/rebase.yml@main
8
+ secrets :
9
+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments