File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,14 @@ jobs:
1313 build :
1414 runs-on : ubuntu-latest
1515
16- strategy :
17- matrix :
18- node-version : [22.x, 24.x]
19-
2016 steps :
2117 - name : Checkout
2218 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2319
24- - name : Use Node.js ${{ matrix.node-version }}
20+ - name : Use Node.js
2521 uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2622 with :
27- node-version : ${{ matrix.node-version }}
23+ node-version : ' lts/* '
2824 check-latest : true
2925 package-manager-cache : false
3026
3430 - recursive: true
3531 args: [--no-frozen-lockfile]
3632
37- - name : Build
33+ - name : BLintd
3834 working-directory : package
39- run : pnpm lint && pnpm build
35+ run : pnpm lint
4036
37+ - name : Build
38+ working-directory : package
39+ run : pnpm build
Original file line number Diff line number Diff line change @@ -19,14 +19,15 @@ onlyBuiltDependencies:
1919 - unrs-resolver
2020
2121overrides :
22- js-yaml@<4.1.1 : ' >=4.1.1'
2322 ' @eslint/eslintrc>ajv ' : ^6.12.4
2423 ' @eslint/eslintrc>minimatch ' : ^3.1.2
2524 ' @eslint/js ' : ' >=10'
2625 ' @stylistic/eslint-plugin ' : ' >=5.0.0'
26+ ajv@<6.14.0 : ' >=6.14.0'
2727 ajv@<8.18.0 : ' >=8.18.0'
2828 eslint : ' >=10'
2929 eslint>ajv : ^6.12.4
30+ js-yaml@<4.1.1 : ' >=4.1.1'
3031 minimatch@<10.2.1 : ' >=10.2.1'
3132
3233strictPeerDependencies : false
You can’t perform that action at this time.
0 commit comments