Skip to content

feat: retry using replica time when receiving ingress expiry error #220

feat: retry using replica time when receiving ingress expiry error

feat: retry using replica time when receiving ingress expiry error #220

Workflow file for this run

name: NPM Audit
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
ghc: ['8.8.4']
node:
- 22
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm audit