Skip to content

Commit

Permalink
CD minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravds committed Jul 30, 2024
1 parent 0ee8b05 commit 03e8068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/layers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Upgrade npm
run: npm install -g npm@8.1.2
run: npm install -g npm@10.7.0

- name: Installing project dependencies
run: npm install
Expand All @@ -41,6 +41,7 @@ jobs:
- name: Upload layer.zip to S3
run: |
cd layer
aws s3 cp layer.zip s3://enigma.webledger.in/layer.zip
- name: Create/Update Lambda Layer
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ database/*.sqlite
# VSCode & Webstorm history directories
.history
.idea
*.zip
*.zip

layer/

0 comments on commit 03e8068

Please sign in to comment.