Skip to content

⬆ Bump eslint-plugin-promise from 6.2.0 to 6.4.0 #541

⬆ Bump eslint-plugin-promise from 6.2.0 to 6.4.0

⬆ Bump eslint-plugin-promise from 6.2.0 to 6.4.0 #541

name: Build & Test
on:
pull_request:
branches:
- master
- alpha
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- name: npm ci
run: |
npm ci
env:
CI: true
- name: npm build & test
run: |
npm run build
npm run test
env:
CI: true