Skip to content

Commit a81c8c8

Browse files
authored
Merge pull request #9503 from GilbertCherrie/update_yarn_lock_node_version
Update yarn lock node version to 20
2 parents 7a403eb + d3070e4 commit a81c8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yarn_lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "18"
18+
node-version: "20"
1919
cache: yarn
2020
registry-url: https://npm.manageiq.org/
2121
- name: Update yarn.lock

0 commit comments

Comments
 (0)