Skip to content

feat(UST-1087): create nuxt and next packages #2

feat(UST-1087): create nuxt and next packages

feat(UST-1087): create nuxt and next packages #2

name: Continuous Integration (Storefront)
on:
pull_request:
types: ["opened", "edited", "reopened", "synchronize"]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: packages/storefront
jobs:
continous-integration-storefront:
name: "Continuous Integration (Storefront)"
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-integration.yml@main
secrets: inherit
with:
enterprise: false
node_version: "['18']"