fix(zapier): drop hard-coded field names from static samples (T004) #13
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_or_updated_record.ts#L21
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()`.
|