Skip to content

Commit

Permalink
Remove node cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Marekkon5 committed Feb 17, 2024
1 parent c1959b1 commit ac594a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 998 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Node Cache
uses: actions/cache@v3
with:
path: |
client/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install dependencies
run: |
sudo apt update
Expand Down Expand Up @@ -94,13 +87,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Node Cache
uses: actions/cache@v3
with:
path: |
client/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install NodeJS
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -177,13 +163,6 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Node Cache
uses: actions/cache@v3
with:
path: |
client/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('**/pnpm-lock.yaml') }}

- name: Install dependencies
run: |
brew install rustup nodejs pnpm
Expand Down
2 changes: 2 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

pnpm-lock.yaml
Loading

0 comments on commit ac594a4

Please sign in to comment.