diff --git a/.eslintignore b/.eslintignore index de4d1f0..8704933 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,3 @@ dist node_modules +*.vue diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 054e238..88725e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,13 +8,15 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-node@v2 with: - node-version: '14' + node-version: lts/* registry-url: https://registry.npmjs.org/ - run: npm i -g pnpm @antfu/ni - run: nci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3bf87ec..fde9231 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: - node: [14.x] + node: [18.x] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false @@ -31,7 +31,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - cache: "pnpm" + cache: pnpm - uses: actions/checkout@v2 diff --git a/.npmrc b/.npmrc index 84342cc..0483dfa 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ -shamefully-hoist=true ignore-workspace-root-check=true strict-peer-dependencies=false diff --git a/README.md b/README.md index ba12a6c..91f4c1d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Bring [`