Skip to content

Commit 848cc7f

Browse files
authored
Merge pull request #450 from keploy/feat-update-node-version-in-ci.yml
Update main.yml
2 parents ab0fcea + cb21707 commit 848cc7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v2
2525

26-
- name: Set Node.js 18.x
26+
- name: Set Node.js 22.x
2727
uses: actions/setup-node@v3
2828
with:
29-
node-version: 18.x
29+
node-version: 22.x
3030

3131
- uses: borales/actions-yarn@v4
3232
with:

0 commit comments

Comments
 (0)