We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7624f7c commit 88f6e72Copy full SHA for 88f6e72
.github/actions/node-and-build/action.yml
@@ -7,10 +7,10 @@ inputs:
7
runs:
8
using: 'composite'
9
steps:
10
- - name: Setup Node.js 20
11
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
+ - name: Setup Node.js 22
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
12
with:
13
- node-version: 20
+ node-version: 22
14
env:
15
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
16
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
0 commit comments