name: node
on:
pull_request:
branches: ["staging"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
Match the corresponding key value with the help of the YAML file.