Skip to content

Commit

Permalink
Fix build node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Oct 6, 2023
1 parent 50b041a commit e804935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:

# Configure NPM to cache dependencies
- name: 📦 Setup Node.js and caching
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 20
cache: "npm"

# Install deps and build
Expand Down

0 comments on commit e804935

Please sign in to comment.