Skip to content

Commit

Permalink
clean up ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodes committed Oct 14, 2023
1 parent d346ce6 commit 4a92ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
with:
version: 8

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

- name: Generate Prime Numbers
- name: Install dependencies if needed
if: steps.pnpm-cache.outputs.cache-hit != 'true'
run: pnpm i --frozen-lockfile

Expand Down

0 comments on commit 4a92ca3

Please sign in to comment.