Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoMeschi authored Dec 26, 2023
1 parent 3835dd8 commit 3055d3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '20.10.0'
- name : Install Modules
run: npm ci
- name : Build Application
Expand Down

0 comments on commit 3055d3e

Please sign in to comment.