From 2ba42ac49d52aa53ff91c6fd3ed3d307b9d127d2 Mon Sep 17 00:00:00 2001 From: Oleg Krechkovskiy Date: Wed, 23 Aug 2023 20:39:53 +0300 Subject: [PATCH] Fix yml file --- .github/workflows/github-actions.yml | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a0fce81..544be66 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,7 +9,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - name: install modules - run: npm cli - - run: echo "🖥️ npm install is ready" \ No newline at end of file + - name: 🚚 Get latest code + uses: actions/checkout@v3 + with: + node-version: '*' + - name: 🔨 Build Project + run: + npm ci \ No newline at end of file diff --git a/package.json b/package.json index 6cd64d0..6cd34dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uploader-work-space", - "version": "0.4.0", + "version": "0.5.0", "description": "To work with Insales", "main": "insales-config.js", "dependencies": {