File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
eslint : 5
106
106
107
107
steps :
108
- - uses : actions/checkout@v3
108
+ - uses : actions/checkout@v4
109
109
- uses : ljharb/actions/node/install@main
110
110
continue-on-error : ${{ matrix.eslint == 4 && matrix.node-version == 4 }}
111
111
name : ' nvm install ${{ matrix.node-version }} && npm install, with eslint ${{ matrix.eslint }}'
@@ -119,7 +119,7 @@ jobs:
119
119
skip-ls-check : true
120
120
- run : npm run pretest
121
121
- run : npm run tests-only
122
- - uses : codecov/codecov-action@v3
122
+ - uses : codecov/codecov-action@v3.1.5
123
123
124
124
node :
125
125
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@v3
13
+ # - uses: actions/checkout@v4
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@v3
25
+ - uses : actions/checkout@v4
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@v3
41
+ - uses : actions/checkout@v4
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@v3
53
+ - uses : codecov/codecov-action@v3.1.5
54
54
55
55
packages :
56
56
name : ' packages: all tests'
You can’t perform that action at this time.
0 commit comments