Migrate to ESM and upgrade dependencies

This commit is contained in:
priyagupta108 2026-06-26 16:01:27 +05:30
parent 54baeea5b3
commit 6900cbed63
64 changed files with 56453 additions and 51160 deletions

View file

@ -4,8 +4,8 @@ import * as path from 'path';
import * as exec from '@actions/exec';
import * as core from '@actions/core';
import CacheDistributor from './cache-distributor';
import {logWarning} from '../utils';
import CacheDistributor from './cache-distributor.js';
import {logWarning} from '../utils.js';
class PoetryCache extends CacheDistributor {
constructor(