We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e855c commit 15f4314Copy full SHA for 15f4314
2 files changed
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
ci:
16
- uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v2
+ uses: adobe/mysticat-ci/.github/workflows/service-ci.yaml@v3
17
with:
18
service-name: audit-worker
19
vpc-enabled: true
package.json
@@ -139,8 +139,8 @@
139
"@adobe/helix-universal-devserver": "1.1.148",
140
"@adobe/semantic-release-coralogix": "1.1.41",
141
"@adobe/semantic-release-skms-cmr": "1.1.5",
142
- "@babel/core": "7.29.7",
143
- "@babel/eslint-parser": "7.29.7",
+ "@babel/core": "8.0.1",
+ "@babel/eslint-parser": "8.0.1",
144
"@babel/plugin-syntax-import-assertions": "7.29.7",
145
"@eslint/config-helpers": "0.6.0",
146
"@redocly/cli": "2.34.0",
0 commit comments