From d96d908d3eeb99e68103a0e3008eadc7258448f4 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 | 15 +++++++++++---- package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index a0fce81..b03152d 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,7 +9,14 @@ 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 + + - name: Use Node.js latest + uses: actions/setup-node@v2 + 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": {