Skip to content

Commit

Permalink
fix(ci): اصلاح ci
Browse files Browse the repository at this point in the history
Signed-off-by: MD Amanalikhani <md.akhi.ir@gmail.com>
Co-authored-by: MD Amanalikhani <md.akhi.ir@gmail.com>
  • Loading branch information
md-akhi committed Oct 12, 2023
1 parent 79cec19 commit e227e55
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: $NODE_VERSION
cache: "npm"
- name: Install dependencies
run: |
npm ci
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: |
npm i
npm test
Expand Down

0 comments on commit e227e55

Please sign in to comment.