Update actions to remove cache

This commit is contained in:
Faisal Salman 2023-04-09 10:21:20 +07:00
parent 07c9e36ebe
commit a8951ec282

View File

@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 'lts/*' node-version: 'lts/*'
cache: 'npm'
- name: Run the test - name: Run the test
run: | run: |
npm install npm install