File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Node.js CI
3
3
on :
4
4
pull_request :
5
5
push :
6
- branches : [main]
6
+ branches : [main, dev ]
7
7
8
8
jobs :
9
9
pre-commit :
24
24
25
25
strategy :
26
26
matrix :
27
- node-version : [20.x, 22.x]
27
+ node-version : [22.x]
28
28
29
29
steps :
30
30
- uses : actions/checkout@v4
33
33
with :
34
34
node-version : ${{ matrix.node-version }}
35
35
cache : ' npm'
36
- - run : npm ci
37
- - run : npm test
36
+ - run : npm ci --workspaces --include-workspace-root
38
37
- run : npm run lint
39
38
- run : npm run format
40
- - run : npm run build:debug
41
- - run : npm run build:prod
42
- - run : npm run check:esmloads
43
- - run : npm run check:cjsloads
39
+ - run : npm run build:debug --ws --if-present
40
+ - run : npm run build --ws --if-present
41
+ - run : npm test --workspaces
You can’t perform that action at this time.
0 commit comments