Skip to content

Bump node-fetch from 2.6.9 to 2.6.12 (#49) #140

Bump node-fetch from 2.6.9 to 2.6.12 (#49)

Bump node-fetch from 2.6.9 to 2.6.12 (#49) #140

Workflow file for this run

name: Build
on:
pull_request:
branches:
- trunk
push:
branches:
- trunk
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [
10,
12,
14,
]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
- name: Lint with eslint
run: |
npm run lint