File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
packages/strings-to-regex Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,10 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [14.x]
22
- require-successful-testpack : [true]
21
+ node-version : [16.x]
23
22
include :
24
- - node-version : 16.x
25
- require-successful-testpack : false
23
+ - node-version : 18.x
26
24
- node-version : lts/*
27
- require-successful-testpack : false
28
25
29
26
steps :
30
27
- name : Checkout repository
45
42
46
43
- run : npx testpack-cli --keep=@types/jest,ts-jest,typescript jest.config.js tsconfig.test.json src/e2e.spec.ts
47
44
working-directory : ./packages/strings-to-regex
48
- # Workaround for #76
49
- continue-on-error : ${{ !matrix.require-successful-testpack }}
50
45
51
46
- name : Upload test coverage report to Codecov
52
47
uses : codecov/codecov-action@v5.4.0
Original file line number Diff line number Diff line change 18
18
],
19
19
"sideEffects" : false ,
20
20
"engines" : {
21
- "node" : " >=14 "
21
+ "node" : " >=16 "
22
22
},
23
23
"scripts" : {
24
24
"build" : " tsc -b --clean && tsc -b" ,
You can’t perform that action at this time.
0 commit comments