Skip to content

Commit

Permalink
Merge pull request #450 from keploy/feat-update-node-version-in-ci.yml
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
gouravkrosx authored Aug 27, 2024
2 parents ab0fcea + cb21707 commit 848cc7f
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 848cc7f

Please sign in to comment.