added node for terraform v3
This commit is contained in:
parent
d5ef79950f
commit
20c55b90bf
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ses-juntekim.yml
vendored
8
.github/workflows/ses-juntekim.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue