diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1aef37..af2090b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'pnpm' - name: Cache .pnpm-store # From https://pnpm.io/continuous-integration - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.pnpm-store key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -43,7 +43,7 @@ jobs: with: version: 6.20.3 - name: Cache .pnpm-store # From https://pnpm.io/continuous-integration - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: ~/.pnpm-store key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }} diff --git a/package.json b/package.json index 7f17a48..9a3ef0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beautiful-api-client", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "description": "Beautiful, type-safe REST API client for typescript", "author": "Nick Papirniy ",