Skip to content

Commit 772a613

Browse files
committed
Update CI and dependencies
1 parent e7aeb0f commit 772a613

File tree

3 files changed

+180
-164
lines changed

3 files changed

+180
-164
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
jobs:
88
full:
9-
name: Node.js 17 Full
9+
name: Node.js Latest Full
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 17
21+
node-version: 18
2222
cache: pnpm
2323
- name: Install dependencies
2424
run: pnpm install --frozen-lockfile --ignore-scripts
@@ -88,7 +88,7 @@ jobs:
8888
- name: Install Node.js
8989
uses: actions/setup-node@v3
9090
with:
91-
node-version: 16
91+
node-version: 18
9292
cache: pnpm
9393
- name: Install dependencies
9494
run: pnpm install --frozen-lockfile --ignore-scripts

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@
3333
"types": "./index.d.ts",
3434
"devDependencies": {
3535
"@babel/core": "^7.17.9",
36-
"@logux/eslint-config": "^46.1.2",
36+
"@logux/eslint-config": "^47.2.0",
3737
"@lukeed/uuid": "^2.0.0",
3838
"@originjs/vite-plugin-commonjs": "^1.0.3",
3939
"@size-limit/dual-publish": "^7.0.8",
4040
"@size-limit/file": "^7.0.8",
4141
"@size-limit/webpack": "^7.0.8",
42-
"@types/node": "^17.0.24",
42+
"@types/node": "^17.0.25",
4343
"benchmark": "^2.1.4",
44-
"c8": "^7.11.0",
44+
"c8": "^7.11.2",
4545
"cuid": "^2.1.8",
4646
"dual-publish": "^3.0.1",
47-
"eslint": "^8.13.0",
48-
"eslint-config-standard": "^16.0.3",
47+
"eslint": "^8.14.0",
48+
"eslint-config-standard": "^17.0.0",
4949
"eslint-plugin-import": "^2.26.0",
50-
"eslint-plugin-node": "^11.1.0",
50+
"eslint-plugin-n": "^15.1.0",
5151
"eslint-plugin-prefer-let": "^3.0.1",
5252
"eslint-plugin-promise": "^6.0.0",
5353
"nanospy": "^0.5.0",
@@ -136,7 +136,7 @@
136136
{
137137
"files": "*.native.js",
138138
"rules": {
139-
"node/no-missing-require": "off",
139+
"n/no-missing-require": "off",
140140
"global-require": "off"
141141
}
142142
}

0 commit comments

Comments
 (0)