Skip to content

Commit

Permalink
chore!: bump to v5 (#1)
Browse files Browse the repository at this point in the history
* chore!: bump to v5

* chore: remove . files from prettier ignore
  • Loading branch information
joshuaellis authored Apr 11, 2024
1 parent 25dac74 commit 7d13fcd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/little-drinks-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@strapi/pack-up': major
---

line in the sand
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
lint-build:
name: 'lint & build'
runs-on: mac-os
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
Expand All @@ -38,7 +38,7 @@ jobs:
test-unit:
needs: 'lint-build'
name: 'test:unit (${{ matrix.node }})'
runs-on: mac-os
runs-on: ubuntu-latest
strategy:
# A test failing on windows doesn't mean it'll fail on macos. It's useful to let all tests run to its completion to get the full picture
fail-fast: false
Expand Down
3 changes: 1 addition & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
bin
dist
pnpm-lock.yaml
.*
pnpm-lock.yaml
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
packages:
- test/env/__tmp__/**
- ./

0 comments on commit 7d13fcd

Please sign in to comment.