diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2ce2a4..9020c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,24 +10,6 @@ on: - main jobs: - lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Set node - uses: actions/setup-node@v3 - with: - node-version: 18.x - - - name: Setup - run: npm i -g pnpm - - - name: Install - run: pnpm i - - - name: Lint - run: pnpm lint - typecheck: runs-on: ubuntu-latest steps: diff --git a/package.json b/package.json index 221b1ba..4424d32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vite-plugin-git-version", "type": "module", - "version": "1.0.0", + "version": "0.0.9", "private": false, "packageManager": "pnpm@7.2.1", "description": "Automatically put the version file in your project dist folder",