Skip to content

Commit

Permalink
Update GitHub Actions Node version
Browse files Browse the repository at this point in the history
The most recent GitHub Action to setup Terraform requires NodeJS v20.
  • Loading branch information
jferris committed Dec 18, 2023
1 parent c06ee71 commit 1c751ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '20'

- name: Init
working-directory: template/${{ inputs.module }}
Expand Down

0 comments on commit 1c751ad

Please sign in to comment.