Skip to content

Commit 6a504a2

Browse files
committed
chore: update Strapi packages to 5.31.2 and revert workflow changes
- Update @strapi packages from 5.30.1 to 5.31.2 in playground - Revert playground dependency back to yalc link (was temporarily file:..) - Remove continue-on-error from E2E tests to properly fail on errors - Keep .nvmrc for Node version consistency across environments
1 parent 882a005 commit 6a504a2

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- name: Run integration tests
5050
run: yarn run -s test:integration
5151
- name: Run end-to-end tests
52-
continue-on-error: true
5352
uses: cypress-io/github-action@v6
5453
with:
5554
start: yarn playground:start

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"yalc": "^1.0.0-pre.53"
2222
},
2323
"dependencies": {
24-
"@strapi/plugin-cloud": "5.30.1",
25-
"@strapi/plugin-users-permissions": "5.30.1",
26-
"@strapi/strapi": "5.30.1",
24+
"@strapi/plugin-cloud": "5.31.2",
25+
"@strapi/plugin-users-permissions": "5.31.2",
26+
"@strapi/strapi": "5.31.2",
2727
"better-sqlite3": "11.3.0",
2828
"react": "^18.0.0",
2929
"react-dom": "^18.0.0",
3030
"react-router-dom": "^6.0.0",
31-
"strapi-plugin-config-sync": "file:..",
31+
"strapi-plugin-config-sync": "link:.yalc/strapi-plugin-config-sync",
3232
"styled-components": "^6.0.0"
3333
},
3434
"author": {

0 commit comments

Comments
 (0)