Skip to content

feat(audit-log): add common audit-log package #9434

feat(audit-log): add common audit-log package

feat(audit-log): add common audit-log package #9434

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
node-version: ${{ matrix.node-version }}
build:
name: Build all packages with Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
with:
fetch-depth: 0
- name: Build
uses: ./.github/actions/build
with:
args: '[HEAD^1]'