Skip to content

Commit 84150e9

Browse files
Merge branch 'production' into aws/trashai-staging
2 parents 9a46cbf + b6c774a commit 84150e9

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/bootstrap.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
aws-session-token: ${{ github.event.inputs.AWS_SESSION_TOKEN }}
3939
aws-region: ${{ github.event.inputs.AWS_REGION }}
4040

41-
- uses: actions/setup-node@v2
41+
- uses: actions/setup-node@v3
4242
with:
43-
node-version: "14"
43+
node-version: "16"
4444

4545
- name: Set initial Secret values
4646
run: ./set_secret.sh

.github/workflows/github-role.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
aws-session-token: ${{ github.event.inputs.AWS_SESSION_TOKEN }}
3232
aws-region: ${{ github.event.inputs.AWS_REGION }}
3333

34-
- uses: actions/setup-node@v2
34+
- uses: actions/setup-node@v3
3535
with:
36-
node-version: "14"
36+
node-version: "16"
3737

3838
- run: yarn
3939
working-directory: ./infra

.github/workflows/infra.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
role-to-assume: ${{ secrets.AWS_ROLE }}
3939
aws-region: ${{ steps.setregion.outputs.aws-region }}
4040

41-
- uses: actions/setup-node@v2
41+
- uses: actions/setup-node@v3
4242
with:
43-
node-version: "14"
43+
node-version: "16"
4444

4545
- name: Run Deploy
4646
env:

.github/workflows/manual_run.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
role-to-assume: ${{ secrets.AWS_ROLE }}
6060
aws-region: ${{ steps.setregion.outputs.aws-region }}
6161

62-
- uses: actions/setup-node@v2
62+
- uses: actions/setup-node@v3
6363
with:
64-
node-version: "14"
64+
node-version: "16"
6565

6666
- name: Run Deploy
6767
run: ./bin/github_actions.py manual --stack ${{ github.event.inputs.stack }}

0 commit comments

Comments
 (0)