Skip to content

pin v8 to 130.0.7 #1974

pin v8 to 130.0.7

pin v8 to 130.0.7 #1974

Workflow file for this run

name: Check the versions.json file is correct
on:
push:
branches:
- "**"
workflow_call:
jobs:
integration_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Ensure versions
run: python -mjson.tool versions.json >/dev/null