From 3886166bea3e89106ae18d7f198b0205d14e4c79 Mon Sep 17 00:00:00 2001 From: Denis Silva Date: Thu, 14 May 2026 11:23:11 -0300 Subject: [PATCH 1/2] chore: skip SDD check --- .vtex/catalog-info.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml index 43d8500..f86a3d9 100644 --- a/.vtex/catalog-info.yaml +++ b/.vtex/catalog-info.yaml @@ -14,6 +14,8 @@ metadata: backstage.io/techdocs-ref: dir:../ vtex.com/application-id: O8I6TYUO vtex.com/platform-flow-id: CommDev#1,Merch#3 + vtex.com/sdd-check-skip: 'true' + vtex.com/sdd-check-skip-reason: Public puglin for vtex toolbelt spec: lifecycle: stable owner: te-0029 From 31dbd37bbc877b822ac31004e38758290a0f4c6f Mon Sep 17 00:00:00 2001 From: Denis Silva Date: Thu, 14 May 2026 11:53:30 -0300 Subject: [PATCH 2/2] Update node version on CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1852a7..3de1667 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 16 - run: yarn install --ignore-scripts - run: yarn run ci:prettier-check - run: yarn run lint @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: true matrix: - node-version: [12] + node-version: [16] os: [ubuntu-latest, windows-latest, macOS-latest] steps: @@ -34,4 +34,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install --ignore-scripts - - run: yarn run ci:test \ No newline at end of file + - run: yarn run ci:test