Skip to content

Commit 3c2d829

Browse files
committed
Bumps node modules
1 parent 8c48ebf commit 3c2d829

3 files changed

Lines changed: 25 additions & 24 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff 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

@@ -34,7 +30,10 @@ jobs:
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

pnpm-lock.yaml

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ onlyBuiltDependencies:
1919
- unrs-resolver
2020

2121
overrides:
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

3233
strictPeerDependencies: false

0 commit comments

Comments
 (0)