Skip to content

Commit d56d8dc

Browse files
committed
chore: update Node.js version to 21 and add npm cache for frontend dependencies
1 parent fd02d73 commit d56d8dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/frontend-lint-format.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
- name: Checkout Repository
2626
uses: actions/checkout@v3
2727
- name: Setup Node Environment
28-
uses: actions/setup-node@v3
28+
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 21
31+
cache: 'npm'
32+
cache-dependency-path: frontend/package-lock.json
3133
- name: Install Dependencies
3234
working-directory: frontend
3335
env:

0 commit comments

Comments
 (0)