Skip to content

Commit

Permalink
Update dependencies and CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 3, 2022
1 parent af3d4ee commit 89378f8
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 183 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
full:
name: Node.js Latest Full
Expand All @@ -24,8 +26,6 @@ jobs:
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run tests
run: pnpm test
env:
FORCE_COLOR: 2
short:
runs-on: ubuntu-latest
strategy:
Expand All @@ -50,5 +50,3 @@ jobs:
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
env:
FORCE_COLOR: 2
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@
"dependencies": {
"fast-glob": "^3.2.11",
"postcss-js": "^4.0.0",
"postcss-simple-vars": "^6.0.3",
"postcss-simple-vars": "^7.0.0",
"sugarss": "^4.0.1"
},
"devDependencies": {
"@logux/eslint-config": "^47.2.0",
"c8": "^7.11.3",
"c8": "^7.12.0",
"clean-publish": "^4.0.1",
"eslint": "^8.18.0",
"eslint": "^8.23.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.0.0",
"postcss": "^8.4.14",
"uvu": "^0.5.3"
"eslint-plugin-promise": "^6.0.1",
"postcss": "^8.4.16",
"uvu": "^0.5.6"
},
"prettier": {
"arrowParens": "avoid",
Expand Down
Loading

0 comments on commit 89378f8

Please sign in to comment.