Skip to content

Update deno_core requirement from 0.330.0 to 0.331.0 #1945

Update deno_core requirement from 0.330.0 to 0.331.0

Update deno_core requirement from 0.330.0 to 0.331.0 #1945

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