diff --git a/.nvmrc b/.nvmrc index f3f52b42d..3fe3b1570 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.9.0 +24.13.0 diff --git a/__tests__/container-service.test.ts b/__tests__/container-service.test.ts index c29b89380..a300405a6 100644 --- a/__tests__/container-service.test.ts +++ b/__tests__/container-service.test.ts @@ -16,7 +16,7 @@ describe('ContainerService', () => { undefined, 'dependabot' ) - }) + }, 30000) describe('when a container runs successfully', () => { beforeEach(async () => { diff --git a/action.yml b/action.yml index 8b718e19d..656978b6c 100644 --- a/action.yml +++ b/action.yml @@ -2,6 +2,6 @@ name: 'Updater Action' description: 'Runs dependabot-updater in Actions' author: 'GitHub' runs: - using: 'node20' + using: 'node24' main: 'dist/main/index.js' post: 'dist/cleanup/index.js'