Skip to content

Bump eslint-plugin-promise from 6.4.0 to 6.6.0 #185

Bump eslint-plugin-promise from 6.4.0 to 6.6.0

Bump eslint-plugin-promise from 6.4.0 to 6.6.0 #185

Workflow file for this run

name: build
on:
push:
tags:
- v*
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build