diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index fe42877..8f5ad77 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4.0.0 - name: Setup Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v6.3.0 with: node-version-file: .nvmrc cache: npm diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4f2d164..a0a06e3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: if_false: "${{ steps.bumpr.outputs.next_version }}" - name: Setup Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v6.3.0 with: node-version-file: .nvmrc cache: npm diff --git a/.nvmrc b/.nvmrc index b1b396b..cabf43b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.7 +24 \ No newline at end of file diff --git a/README.md b/README.md index 611b389..b3571da 100644 --- a/README.md +++ b/README.md @@ -124,5 +124,5 @@ Will pass the following command to the container on the AWS ECS Fargate task: ## Runs -This action is a `node20` action. +This action is a `node24` action. diff --git a/action.yml b/action.yml index f31bd9e..5b4e350 100644 --- a/action.yml +++ b/action.yml @@ -98,5 +98,5 @@ outputs: description: 'The log output of the task that was ran, if `tail-logs` and `task-wait-until-stopped` are set to true.' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'