Skip to content

Commit

Permalink
chore: fix lint process (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Sep 9, 2023
1 parent 14ee092 commit 3666dcf
Show file tree
Hide file tree
Showing 6 changed files with 755 additions and 327 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18

- run: npx changelogithub
env:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vite-pwa/assets-generator",
"type": "module",
"version": "0.0.9",
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"description": "Zero-config PWA Assets Generator",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -70,11 +70,11 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.41.0",
"@antfu/ni": "^0.21.7",
"@antfu/ni": "^0.21.8",
"@types/debug": "^4.1.8",
"@types/node": "^18.16.16",
"bumpp": "^8.2.1",
"eslint": "^8.48.0",
"@types/node": "^18.17.15",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"typescript": "^5.2.2",
"unbuild": "^1.2.1"
}
Expand Down
Loading

0 comments on commit 3666dcf

Please sign in to comment.