Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
Signed-off-by: SEBASTIAN JN <[email protected]>
  • Loading branch information
sebastianjnuwu authored Jan 7, 2025
1 parent ed9a0a1 commit f13edba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16' # Specify the Node.js version you need
node-version: '20' # Specify the Node.js version you need

# Install dependencies
- name: Install dependencies
Expand All @@ -61,4 +61,4 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4


0 comments on commit f13edba

Please sign in to comment.