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 aade58c commit 871605eCopy full SHA for 871605e
.github/actions/node-and-build/action.yml
@@ -7,10 +7,10 @@ inputs:
7
runs:
8
using: 'composite'
9
steps:
10
- - name: Setup Node.js 18
+ - name: Setup Node.js 20
11
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0 https://github.com/actions/setup-node/commit/64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c
12
with:
13
- node-version: 18.20.2
+ node-version: '20'
14
env:
15
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
16
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
0 commit comments