Skip to content

Commit

Permalink
Update CI and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 24, 2022
1 parent e7aeb0f commit 772a613
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
jobs:
full:
name: Node.js 17 Full
name: Node.js Latest Full
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@
"types": "./index.d.ts",
"devDependencies": {
"@babel/core": "^7.17.9",
"@logux/eslint-config": "^46.1.2",
"@logux/eslint-config": "^47.2.0",
"@lukeed/uuid": "^2.0.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@size-limit/dual-publish": "^7.0.8",
"@size-limit/file": "^7.0.8",
"@size-limit/webpack": "^7.0.8",
"@types/node": "^17.0.24",
"@types/node": "^17.0.25",
"benchmark": "^2.1.4",
"c8": "^7.11.0",
"c8": "^7.11.2",
"cuid": "^2.1.8",
"dual-publish": "^3.0.1",
"eslint": "^8.13.0",
"eslint-config-standard": "^16.0.3",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"nanospy": "^0.5.0",
Expand Down Expand Up @@ -136,7 +136,7 @@
{
"files": "*.native.js",
"rules": {
"node/no-missing-require": "off",
"n/no-missing-require": "off",
"global-require": "off"
}
}
Expand Down
Loading

0 comments on commit 772a613

Please sign in to comment.