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
with:
node-version: 'lts/*'
cache: 'npm'
- name: Run the test
run: |
npm install