diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 56df2505..34573b68 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,6 +23,8 @@ jobs: - name: pnpm uses: pnpm/action-setup@v3.0.0 + with: + version: 9.1.3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/commitlint.config.cjs b/commitlint.config.cjs index db3e9d8b..ad940fcc 100644 --- a/commitlint.config.cjs +++ b/commitlint.config.cjs @@ -4,7 +4,15 @@ module.exports = { 'scope-enum': [ 2, 'always', - ['root', 'dashboard', 'lander', 'superadmin', 'pockethost', 'common'], + [ + 'root', + 'dashboard', + 'lander', + 'superadmin', + 'pockethost', + 'common', + 'ga', + ], ], 'scope-empty': [2, 'never'], },