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 2c41999 commit 70faf83Copy full SHA for 70faf83
.github/workflows/stageBuild.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Node.js
38
uses: actions/setup-node@v3
39
with:
40
- node-version: ${{ github.event.inputs.NODE_VERSION }}
+ node-version: 14
41
42
- name: Build Chrome DevTools
43
run: |
@@ -80,4 +80,4 @@ jobs:
80
81
BUCKET=${{ env.STAGE_BUCKET }}
82
echo "Verifying S3 bucket: $BUCKET/${{ inputs.version }}"
83
- aws s3 ls s3://$BUCKET/${{ inputs.version }}/
+ aws s3 ls s3://$BUCKET/${{ inputs.version }}/
0 commit comments