Skip to content

Commit

Permalink
Attempted fix for lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jotjern committed Nov 10, 2023
1 parent d26e409 commit e0b3304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/cache@v2
env:
cache-name: cache-node-modules
NODE_OPTIONS: --openssl-legacy-provider
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit e0b3304

Please sign in to comment.