Skip to content

Commit 428f742

Browse files
Merge branch 'main' into chore/add-sonarqube-scan
2 parents c36097f + abc095e commit 428f742

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: 16
1818
- run: yarn install --ignore-scripts
1919
- run: yarn run ci:prettier-check
2020
- run: yarn run lint
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: true
2727
matrix:
28-
node-version: [12]
28+
node-version: [16]
2929
os: [ubuntu-latest, windows-latest, macOS-latest]
3030

3131
steps:
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
- run: yarn install --ignore-scripts
37-
- run: yarn run ci:test
37+
- run: yarn run ci:test

.vtex/catalog-info.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ metadata:
1414
backstage.io/techdocs-ref: dir:../
1515
vtex.com/application-id: O8I6TYUO
1616
vtex.com/platform-flow-id: CommDev#1,Merch#3
17+
vtex.com/sdd-check-skip: 'true'
18+
vtex.com/sdd-check-skip-reason: Public puglin for vtex toolbelt
1719
spec:
1820
lifecycle: stable
1921
owner: te-0029

0 commit comments

Comments
 (0)