Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

chore(deps): update github-actions #1755

chore(deps): update github-actions

chore(deps): update github-actions #1755

# Delete this when you generate a repository from this template
name: Build Infrastructure
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./.aws
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: hashicorp/setup-terraform@bbe167fbdaa1a3bd046bdd70eba9dd3dddcca99c # tag=v2.0.2
with:
terraform_version: 0.13.5
terraform_wrapper: false
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: '16.x'
- run: npm ci
working-directory: ${{env.working-directory}}
- run: npm run build:dev
working-directory: ${{env.working-directory}}