Skip to content

Commit

Permalink
Fix yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKrechkovskiy committed Aug 23, 2023
1 parent 06e14c6 commit d96d908
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
- 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d96d908

Please sign in to comment.