Skip to content

Commit

Permalink
feat: specify node 20.15.0 for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent eae25f3 commit 6e09741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: 🏗 Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.15.0
cache: "pnpm"

- name: 👷 Install dependencies
Expand Down

0 comments on commit 6e09741

Please sign in to comment.