diff --git a/.github/workflows/onPushToMain.yml b/.github/workflows/onPushToMain.yml index de7dda1..bec29ec 100644 --- a/.github/workflows/onPushToMain.yml +++ b/.github/workflows/onPushToMain.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 + - uses: pnpm/action-setup@v4 + with: + version: 8 - name: Check if version already exists id: version-check run: | diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index ff94d00..a83cbe3 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -12,6 +12,9 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest + - uses: pnpm/action-setup@v4 + with: + version: 8 - run: pnpm install - uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 848357d..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: tests -on: - push: - branches-ignore: [main] - workflow_dispatch: - -jobs: - unit-tests: - strategy: - matrix: - os: ['ubuntu-latest', 'windows-latest'] - node_version: [lts/-1, lts/*, latest] - fail-fast: false - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node_version }} - cache: pnpm - - run: pnpm install - - run: pnpm run build - - run: pnpm run test diff --git a/README.md b/README.md index 5bdf7e8..5d5b020 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ $ npm install -g @verygoodgraphics/vgg-cli $ vgg-cli COMMAND running command... $ vgg-cli (--version) -@verygoodgraphics/vgg-cli/0.0.0 darwin-arm64 node-v18.18.2 +@verygoodgraphics/vgg-cli/0.0.1 darwin-arm64 node-v18.18.2 $ vgg-cli --help [COMMAND] USAGE $ vgg-cli COMMAND