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 88 - uses : actions/checkout@v2
99 - uses : actions/setup-node@v2-beta
1010 with :
11- node-version : ' 14 '
11+ node-version : ' 22 '
1212 - name : Get yarn cache directory path
1313 id : yarn-cache-dir-path
1414 run : echo "::set-output name=dir::$(yarn cache dir)"
2323 - run : yarn run test
2424 - run : yarn run lint
2525 - 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
3628 - run : yarn run smoke cjs latest
3729 - run : yarn run smoke esm latest
3830 - run : yarn run smoke cjs next
You can’t perform that action at this time.
0 commit comments