Skip to content

Commit

Permalink
Test no node cache
Browse files Browse the repository at this point in the history
  • Loading branch information
epicserve committed Sep 1, 2024
1 parent c54eb54 commit 9c0d27c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ jobs:
- uses: actions/checkout@v4
- name: Use Just for running commands
run: curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
- name: Setup NPM caching
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-lint-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-lint-
- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Python 3.12
Expand Down

0 comments on commit 9c0d27c

Please sign in to comment.