Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: true
matrix:
node-version: [12]
node-version: [16]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
Expand All @@ -34,4 +34,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --ignore-scripts
- run: yarn run ci:test
- run: yarn run ci:test
2 changes: 2 additions & 0 deletions .vtex/catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading