Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 3, 2024
1 parent d5d00f6 commit 8ac0742
Show file tree
Hide file tree
Showing 6 changed files with 377 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
node-version-file: package.json

- run: npx changelogithub
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version-file: ['package.json']
node-version-file: [package.json]
# os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
fail-fast: false
Expand Down
1 change: 1 addition & 0 deletions .playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,5 @@ export default defineNuxtConfig({
},
},
},
compatibilityDate: '2024-07-03',
})
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"require": "./dist/module.cjs"
}
},
"engines": {
"node": ">=18.0.0"
},
"main": "./dist/module.cjs",
"types": "./dist/module.d.ts",
"files": [
"dist",
"virtual.d.ts"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"stub": "nuxt-build-module build --stub && nuxt-module-build prepare",
"build": "pnpm stub && nuxt-module-build build && pnpm run build:client",
Expand Down Expand Up @@ -98,6 +98,7 @@
"@nuxt/content": "^2.13.0",
"@nuxt/devtools": "1.3.3",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/image": "^1.7.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/test-utils": "3.13.1",
"@nuxt/ui": "^2.17.0",
Expand Down
Loading

0 comments on commit 8ac0742

Please sign in to comment.