added node for terraform v3

This commit is contained in:
Jun-te Kim 2025-12-29 12:14:52 +00:00
parent d5ef79950f
commit 20c55b90bf

View file

@ -1,4 +1,4 @@
name: Terraform SES (mist)
name: SES - juntekim.com [Simple Email Service]
on:
pull_request:
@ -28,6 +28,12 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
with: