diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6410628..99c5241 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Node Setup uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '20' - name: Test and prepare distribution run: npm install && npm run all diff --git a/action.yml b/action.yml index 40967fa..df9ad4c 100644 --- a/action.yml +++ b/action.yml @@ -58,5 +58,5 @@ inputs: default: terraform.zip runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'