Skip to content

Commit e6a04b3

Browse files
committed
Update dependencies
1 parent 0d694d6 commit e6a04b3

File tree

16 files changed

+1905
-2762
lines changed

16 files changed

+1905
-2762
lines changed

.github/workflows/node.js.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,31 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- main
77
pull_request:
8-
branches: ['*']
8+
branches:
9+
- main
910

1011
jobs:
1112
build:
1213

1314
strategy:
1415
matrix:
15-
node-version: [16.x, 18.x, 20.x, 21.x]
16+
node-version: [18.x, 20.x, 21.x]
1617
os: [ubuntu-latest]
1718

1819
runs-on: ${{ matrix.os }}
1920

2021
steps:
21-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
23+
- run: corepack enable
2224
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2426
with:
2527
node-version: ${{ matrix.node-version }}
26-
cache: npm
28+
cache: pnpm
2729
- name: Install dependencies
28-
run: npm install
30+
run: pnpm install
2931
- name: Check coding standards
3032
if: matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest'
3133
run: npm run lint

.ncurc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dep": ["prod", "dev", "packageManager"]
3+
}

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ docs/
1313
typedoc.config.cjs
1414
t.js
1515
assets
16+
.ncurc

docs/assets/icons.js

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

0 commit comments

Comments
 (0)