Skip to content

feat(audit-logs): Add Audit Log Retention methods (#1705) #2382

feat(audit-logs): Add Audit Log Retention methods (#1705)

feat(audit-logs): Add Audit Log Retention methods (#1705) #2382

Workflow file for this run

name: Runtime Compatibility Tests
on: [push, pull_request]
permissions:
contents: read
jobs:
runtime-compatibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # 6.1.0
with:
persist-credentials: false
- uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
with:
node-version: 22
- uses: denoland/setup-deno@22d081ff2d3a40755e97629de92e3bcbfa7cf2ed # 2.0.5
with:
deno-version: 2.x
- name: Configure Socket Firewall
uses: workos/setup-socket-firewall@ca93dd8aa351f54f4729fe3377a9be23c631c25d
with:
token: ${{ secrets.PUBLIC_SOCKET_FIREWALL_TOKEN }}
allow-external-fork-fallback: true
- uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # 2.2.0
- name: Install and build
run: |
npm install
npm run build
- name: Runtime compatibility check
run: npm run check:runtimes