Skip to content

Commit 70faf83

Browse files
authored
Update stageBuild.yml
1 parent 2c41999 commit 70faf83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stageBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup Node.js
3838
uses: actions/setup-node@v3
3939
with:
40-
node-version: ${{ github.event.inputs.NODE_VERSION }}
40+
node-version: 14
4141

4242
- name: Build Chrome DevTools
4343
run: |
@@ -80,4 +80,4 @@ jobs:
8080
run: |
8181
BUCKET=${{ env.STAGE_BUCKET }}
8282
echo "Verifying S3 bucket: $BUCKET/${{ inputs.version }}"
83-
aws s3 ls s3://$BUCKET/${{ inputs.version }}/
83+
aws s3 ls s3://$BUCKET/${{ inputs.version }}/

0 commit comments

Comments
 (0)