Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Pathak <53110238+Sonichigo@users.noreply.github.com>
  • Loading branch information
Sonichigo authored Aug 27, 2024
1 parent ab0fcea commit cb21707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Set Node.js 18.x
- name: Set Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 22.x

- uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit cb21707

Please sign in to comment.