We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82528ea commit 035f9b3Copy full SHA for 035f9b3
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v3
18
- - name: Use Node.js ${{ matrix.node-version }}
+ - name: Use Node.js 20.x
19
uses: actions/setup-node@v3
20
with:
21
node-version: 20.x
0 commit comments