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": {