Skip to content

Commit

Permalink
Merge pull request #19136 from strapi/releases/4.17.0
Browse files Browse the repository at this point in the history
release: 4.17.0
  • Loading branch information
joshuaellis committed Jan 10, 2024
2 parents 0bb0957 + 91ffe59 commit 5e1c15f
Show file tree
Hide file tree
Showing 2,842 changed files with 152,325 additions and 167,120 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check-pr-status/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-pr-status",
"version": "4.16.2",
"version": "4.17.0",
"private": true,
"license": "MIT",
"main": "dist/index.js",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- unlabeled
branches:
- main
- develop

jobs:
check-pr-status:
Expand Down
20 changes: 19 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ jobs:
with:
filters: .github/filters.yaml

pretty:
name: 'pretty (node: 20)'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- uses: nrwl/nx-set-shas@v3
- name: Monorepo install
uses: ./.github/actions/yarn-nm-install
- name: Run lint
run: yarn prettier:check

lint:
name: 'lint (node: 20)'
needs: [build]
Expand Down Expand Up @@ -93,6 +109,8 @@ jobs:
name: 'unit_back (node: ${{ matrix.node }})'
needs: [changes, build]
runs-on: ubuntu-latest
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false
strategy:
matrix:
node: [18, 20]
Expand All @@ -117,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18]
node: [20]
steps:
- uses: actions/checkout@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,8 @@ front-workspace.code-workspace
playwright-report
test-results
!e2e/data/*.tar

############################
# Strapi
############################
examples/**/types/generated
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ coverage
test-apps
dist
build
.cache
.strapi

0 comments on commit 5e1c15f

Please sign in to comment.