Skip to content

Commit 18f4002

Browse files
authored
Update main.yml
1 parent 1a6b96a commit 18f4002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '14'
19+
node-version: '16'
2020

2121
- name: Install dependencies
2222
run: npm install
@@ -36,4 +36,4 @@ jobs:
3636
AWS_ACCESS_KEY_ID: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_ID }}
3737
AWS_SECRET_ACCESS_KEY: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_SECRET }}
3838
AWS_REGION: 'us-east-1' # or your AWS region
39-
SOURCE_DIR: 'build' # or the directory where your build artifacts are located
39+
SOURCE_DIR: 'dist' # or the directory where your build artifacts are located

0 commit comments

Comments
 (0)