fix (ci): keep update-manifest-versions script in vanilla js

This commit is contained in:
2025-10-08 11:16:31 +03:00
parent 1ec17cd83e
commit 2a1034aef4
3 changed files with 105 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import fs from 'fs';
const fs = require('fs');
const version = process.argv[2];
if (!version) {