We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6b96a commit 18f4002Copy full SHA for 18f4002
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ node-version: '16'
20
21
- name: Install dependencies
22
run: npm install
@@ -36,4 +36,4 @@ jobs:
36
AWS_ACCESS_KEY_ID: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_ID }}
37
AWS_SECRET_ACCESS_KEY: ${{ secrets.EVERSE_AWS_S3_BUCKET_SECRET_KEY_SECRET }}
38
AWS_REGION: 'us-east-1' # or your AWS region
39
- SOURCE_DIR: 'build' # or the directory where your build artifacts are located
+ SOURCE_DIR: 'dist' # or the directory where your build artifacts are located
0 commit comments