Skip to content

Commit 88f6e72

Browse files
authored
chore: update node version in node and build workflow (#14471)
1 parent 7624f7c commit 88f6e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/node-and-build/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ inputs:
77
runs:
88
using: 'composite'
99
steps:
10-
- name: Setup Node.js 20
11-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
10+
- name: Setup Node.js 22
11+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1212
with:
13-
node-version: 20
13+
node-version: 22
1414
env:
1515
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1616
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

0 commit comments

Comments
 (0)