Skip to content

Commit

Permalink
Merge pull request #37 from krckyboy/#36
Browse files Browse the repository at this point in the history
#36 Testing the water with caching node_modules.
  • Loading branch information
krckyboy authored Mar 17, 2024
2 parents 272b43e + 3678bd8 commit 023d82e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: './frontend/package-lock.json'

- name: Install Dependencies
run: npm ci
working-directory: ./frontend
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# krcky.dev

Welcome to the repository for my portfolio website, [krcky.dev](https://krcky.dev/). Built with Next.js, it's the place
where I share my journey as a Front-End Developer.
where I share my journey as a Front-End Developer.

## Getting Started

Expand Down

0 comments on commit 023d82e

Please sign in to comment.