Skip to content

Commit

Permalink
ci: remove failed github action expected caches of node
Browse files Browse the repository at this point in the history
  • Loading branch information
WDTI0\dimas.prasetyo committed Mar 28, 2024
1 parent 97f5005 commit 201b3d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest

env:
CI_DEPENDENCIES: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -27,7 +23,7 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 201b3d1

Please sign in to comment.