Skip to content

fix: Unix timestamps are not serialized correctly for scalar DateTime #5480

fix: Unix timestamps are not serialized correctly for scalar DateTime

fix: Unix timestamps are not serialized correctly for scalar DateTime #5480

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Testing on Node ${{matrix.node_version}}
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main
with:
script: yarn test
nodeVersions: '[14,16,18]'
lint:
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: yarn ci:lint
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}