Skip to content

Commit

Permalink
OV-86: * install node.js step
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiia-trokhymchuk committed Aug 30, 2024
1 parent ca1031b commit 67dc747
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@ jobs:

steps:
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Zipping
- name: Zipping Deployment Package
run: |
zip -r build.zip . -x .github
- name: Deploy to EB
uses: einaregilsson/beanstalk-deploy@v21
with:
Expand Down

0 comments on commit 67dc747

Please sign in to comment.