Skip to content

Commit

Permalink
Merge branch 'develop' into feature-CXSPA-8580_ccv2_ci_trials
Browse files Browse the repository at this point in the history
  • Loading branch information
giancorderoortiz authored Oct 17, 2024
2 parents 667ae3c + 0393225 commit de70cd4
Show file tree
Hide file tree
Showing 112 changed files with 2,910 additions and 1,386 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
node-version: ${{ env.NODE_VERSION }}
- name: Cache node_modules
id: cache-node-modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
- name: Notify the slack channel of when build conclusion failed
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }}
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: ${{ secrets.SLACK_NOTIFICATION_CHANNEL }}
payload: |
Expand Down
10 changes: 5 additions & 5 deletions core-libs/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spartacus/setup",
"version": "2211.29.0",
"version": "2211.29.1",
"description": "Includes features that makes Spartacus and it's setup easier and streamlined.",
"keywords": [
"spartacus",
Expand All @@ -21,10 +21,10 @@
"peerDependencies": {
"@angular/core": "^17.0.5",
"@angular/ssr": "^17.0.5",
"@spartacus/cart": "2211.29.0",
"@spartacus/core": "2211.29.0",
"@spartacus/order": "2211.29.0",
"@spartacus/user": "2211.29.0"
"@spartacus/cart": "2211.29.1",
"@spartacus/core": "2211.29.1",
"@spartacus/order": "2211.29.1",
"@spartacus/user": "2211.29.1"
},
"optionalDependencies": {
"@angular/platform-server": "^17.0.5",
Expand Down
Loading

0 comments on commit de70cd4

Please sign in to comment.