File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
tests :
7
- uses : ljharb/actions/.github/workflows/node.yml@a840bfaa7e24d260a9f451baa97ca172fdb327af
7
+ uses : ljharb/actions/.github/workflows/node.yml@32a09e8b5346216e84d4cdf4769c70af9903b536
8
8
with :
9
9
range : ' >= 0.8'
10
10
type : majors
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
20
+ - uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
21
21
with :
22
22
use-npm-ci : true
23
23
- name : Flow type check
28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- uses : actions/checkout@v4
31
- - uses : ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
31
+ - uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
32
32
with :
33
33
use-npm-ci : true
34
34
- name : Run ESLint
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- uses : actions/checkout@v4
42
- - uses : ljharb/actions/node/install@a840bfaa7e24d260a9f451baa97ca172fdb327af
42
+ - uses : ljharb/actions/node/install@32a09e8b5346216e84d4cdf4769c70af9903b536
43
43
with :
44
44
use-npm-ci : true
45
45
- name : Run diff check for the breakUpAriaJSON script
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- run : true
54
-
54
+
You can’t perform that action at this time.
0 commit comments