Skip to content

Commit

Permalink
Fix workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yatish27 committed May 15, 2024
1 parent 2b52a71 commit 1430903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 'latest'
cache: yarn

- name: Install dependencies
Expand Down

0 comments on commit 1430903

Please sign in to comment.