File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v2
9
9
- uses : actions/setup-node@v2-beta
10
10
with :
11
- node-version : ' 14 '
11
+ node-version : ' 22 '
12
12
- name : Get yarn cache directory path
13
13
id : yarn-cache-dir-path
14
14
run : echo "::set-output name=dir::$(yarn cache dir)"
23
23
- run : yarn run test
24
24
- run : yarn run lint
25
25
- run : yarn run flow
26
- - run : yarn run smoke cjs 15.6.2
27
- - run : yarn run smoke esm 15.6.2
28
- - run : yarn run smoke cjs 16.7.0
29
- - run : yarn run smoke esm 16.7.0
30
- - run : yarn run smoke cjs 17.0.2
31
- - run : yarn run smoke esm 17.0.2
32
- - run : yarn run smoke cjs 18.0.0
33
- - run : yarn run smoke esm 18.0.0
34
- - run : yarn run smoke cjs 18.1.0
35
- - run : yarn run smoke esm 18.1.0
26
+ - run : yarn run smoke cjs 19.0.0
27
+ - run : yarn run smoke esm 19.0.0
36
28
- run : yarn run smoke cjs latest
37
29
- run : yarn run smoke esm latest
38
30
- run : yarn run smoke cjs next
You can’t perform that action at this time.
0 commit comments