Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag3003 authored Mar 22, 2024
1 parent 54180a6 commit c3721f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
uses: actions/setup-node@v3
with:
cache: pnpm
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install dependencies
Expand All @@ -29,4 +29,4 @@ runs:
- name: Build packages
shell: bash
run: pnpm build
run: pnpm build

0 comments on commit c3721f8

Please sign in to comment.