Skip to content

Update Node.js to v18.17.1 #45208

Update Node.js to v18.17.1

Update Node.js to v18.17.1 #45208

Workflow file for this run

name: PR Summary Check
on:
pull_request:
types: [opened, synchronize, edited]
jobs:
checkSummary:
runs-on: ubuntu-latest
outputs:
checkbox: ${{ steps.checkbox.outputs.data }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- uses: ./.github/actions/typescript
id: checkbox
with:
filePath: './.github/build/pr_summary'
function: 'checkSummary'
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
env:
prEvent: ${{ toJson(github.event) }}
PR_NUMBER: ${{ github.event.number }}
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
CHECK: ${{ needs.checkSummary.outputs.checkbox }}
SHA: ${{ github.event.pull_request.head.sha }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
- run: echo ${{ steps.checkbox.outputs.data }}