Skip to content

Commit ada6dd7

Browse files
Merge pull request #126 from contentstack/development
Upgrade Node.js to v22, add Astro & Analog presets, fix Apollo withDisabledDeprecations error.
2 parents 7ba30e8 + 9f3a6d1 commit ada6dd7

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
if: ${{ steps.release-plugin.conclusion == 'success' }}
6262
with:
63-
ref: 'prod-qa-pipeline'
63+
ref: 'main'
6464
- uses: EndBug/add-and-commit@v9
6565
if: ${{ steps.release-plugin.conclusion == 'success' }}
6666
with:

.github/workflows/sca-scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1414
with:
1515
args: --all-projects --fail-on=all
16+
json: true
17+
continue-on-error: true
18+
- uses: contentstack/sca-policy@main

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)