mirror of
https://github.com/actions/toolkit.git
synced 2026-08-27 00:00:33 +02:00
@actions/artifact: convert to an ESM module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {Timestamp} from '../src/generated'
|
||||
import * as retention from '../src/internal/upload/retention'
|
||||
import {Timestamp} from '../src/generated/index.js'
|
||||
import * as retention from '../src/internal/upload/retention.js'
|
||||
|
||||
describe('retention', () => {
|
||||
beforeEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user