Skip to content

Commit

Permalink
Update deploy_action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi authored Jun 27, 2024
1 parent aea69c0 commit 4c30aa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
submodules: 'true'
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Test Build
run: |
if [ -e yarn.lock ]; then
Expand All @@ -36,7 +36,7 @@ jobs:
submodules: true
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '18.x'
- name: Test Build
run: |
if [ -e yarn.lock ]; then
Expand All @@ -56,4 +56,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'us-east-1'
SOURCE_DIR: 'build' # optional: defaults to entire repository
SOURCE_DIR: 'build' # optional: defaults to entire repository

0 comments on commit 4c30aa6

Please sign in to comment.