Skip to content

build(deps-dev): bump node-fetch from 2.6.12 to 3.3.2 in the dev-dependencies-node-fetch group #868

build(deps-dev): bump node-fetch from 2.6.12 to 3.3.2 in the dev-dependencies-node-fetch group

build(deps-dev): bump node-fetch from 2.6.12 to 3.3.2 in the dev-dependencies-node-fetch group #868

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [16]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install
- name: npm lint
run: |
npm run lint