build: compile as esm (#888)

This commit is contained in:
Michael Kriese 2024-11-08 16:32:08 +01:00 committed by GitHub
parent 4a407be28a
commit e8fc25c747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 7 deletions

View file

@ -1,5 +1,5 @@
import { getInput } from '@actions/core';
import path from 'path';
import path from 'node:path';
export interface EnvironmentVariable {
key: string;