Skip to content

feat(zapier): make trigger View field a dynamic dropdown #7

feat(zapier): make trigger View field a dynamic dropdown

feat(zapier): make trigger View field a dynamic dropdown #7

Triggered via push June 26, 2026 09:24
Status Success
Total duration 17s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unicorn(no-array-sort): packages/zapier/test/unit.test.ts#L68
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): packages/zapier/src/triggers/new_record.ts#L12
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): packages/zapier/src/triggers/new_or_updated_record.ts#L21
Use `Array#toSorted()` instead of `Array#sort()`.