Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vehbiOzcan authored Feb 16, 2024
1 parent b2c1f5c commit 7569f6a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci

- name: Install Yarn
run: npm install -g yarn

- name: Install dependencies
run: yarn install
- name: PROD_ENV Create
run: |
touch deneme.txt
Expand Down

0 comments on commit 7569f6a

Please sign in to comment.