Skip to content

Commit

Permalink
Final changes for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
rotirk20 committed Aug 25, 2024
1 parent af229ec commit fb148ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18' # specify the Node.js version
node-version: '20' # specify the Node.js version

- name: Install dependencies
run: npm install
Expand All @@ -34,7 +34,7 @@ jobs:
run: npm run build

- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: angular-build
path: "./dist/smetovi/"
Expand Down

0 comments on commit fb148ce

Please sign in to comment.