Skip to content

Commit

Permalink
fix(CI): Fixed node js version to 21.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saptarshi Sarkar <[email protected]>
  • Loading branch information
SaptarshiSarkar12 authored Nov 19, 2024
1 parent 561a8af commit 5d5b827
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "latest"
node-version: "21.2.0"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: "./Website/package-lock.json"
- name: Setup Pages
Expand Down Expand Up @@ -88,4 +88,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 5d5b827

Please sign in to comment.