Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Update NullVoxPopuli/action-setup-pnpm action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2023
1 parent 41709e1 commit abf419c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: felixmosh/turborepo-gh-artifacts@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: NullVoxPopuli/action-setup-pnpm@v2.1.0
- uses: NullVoxPopuli/action-setup-pnpm@v2.2.0

lint:
name: "Lint / Format / Glint"
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: felixmosh/turborepo-gh-artifacts@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: NullVoxPopuli/action-setup-pnpm@v2.1.0
- uses: NullVoxPopuli/action-setup-pnpm@v2.2.0
- name: Lint
run: pnpm lint

Expand All @@ -55,7 +55,7 @@ jobs:
- uses: felixmosh/turborepo-gh-artifacts@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: NullVoxPopuli/action-setup-pnpm@v2.1.0
- uses: NullVoxPopuli/action-setup-pnpm@v2.2.0
with: { node-version: "${{ matrix.node }}" }
- name: "Test with node ${{ matrix.node }}"
run: pnpm test
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: felixmosh/turborepo-gh-artifacts@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: NullVoxPopuli/action-setup-pnpm@v2.1.0
- uses: NullVoxPopuli/action-setup-pnpm@v2.2.0
- name: Create Release Pull Request or Publish to npm
uses: changesets/action@v1
with:
Expand Down

0 comments on commit abf419c

Please sign in to comment.