Skip to content

Commit

Permalink
ci: 🚀 update to node v20 in github actions
Browse files Browse the repository at this point in the history
resolve build issue after updating packages
  • Loading branch information
doroudi committed Apr 28, 2024
1 parent d6caae4 commit c2e54dd
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 @@ -17,7 +17,7 @@ jobs:
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: pnpm

- name: Install
Expand Down

0 comments on commit c2e54dd

Please sign in to comment.