From fb148ce222b4a15357c60f6ffa1a865f2363a1de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarik=20Dedi=C4=87?= Date: Sun, 25 Aug 2024 14:57:45 +0200 Subject: [PATCH] Final changes for CI/CD --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fc749d..d57e2ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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/"