There was an error while loading. Please reload this page.
1 parent 9a54dc8 commit bbf322cCopy full SHA for bbf322c
1 file changed
.github/workflows/tfdrift.yaml
@@ -16,10 +16,10 @@ jobs:
16
- name: Checkout Repository
17
uses: actions/checkout@v4
18
19
- - name: Configure AWS credentials
20
- uses: aws-actions/configure-aws-credentials@v4
+ - name: Setup Node.js
+ uses: actions/setup-node@v4
21
with:
22
- aws-region: ap-northeast-2
+ node-version: '18'
23
24
- name: Install AWS CLI
25
run: |
0 commit comments