Skip to content

Commit

Permalink
ci: test for ci pass
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjhan committed Apr 18, 2024
1 parent 292a33e commit 39408db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-on-push-cached.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm add -g pnpm
- run: pnpm add -g pnpm@8.15.7
- name: 'Restore build output'
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
node-version: 20
cache: 'pnpm'
# we are not using the github action for biome, but the package.json script. this makes sure we are using the same versions.
- name: Run Biome
- name: Run Biome
run: pnpm run biome:ci

# Only run this job when the push is on main
Expand Down

0 comments on commit 39408db

Please sign in to comment.