Skip to content

Commit 2bf86d3

Browse files
authored
chore: update pipelines to use node 22 (#879)
1 parent 0514f9f commit 2bf86d3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/update-cli-schema.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Check out code
1616
uses: actions/checkout@v2
17+
- uses: actions/setup-node@v1
18+
with:
19+
node-version: "22.x"
1720

1821
- run: npm install
1922

.github/workflows/update-oss-friends.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- name: Check out code
1616
uses: actions/checkout@v2
17+
- uses: actions/setup-node@v1
18+
with:
19+
node-version: "22.x"
1720

1821
- run: npm install
1922

0 commit comments

Comments
 (0)