Skip to content

build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 7.1.0 #999

build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 7.1.0

build(deps-dev): bump eslint-plugin-promise from 6.1.1 to 7.1.0 #999

Workflow file for this run

name: Build App
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Build
run: npm run test-build --if-present
# - name: Test
# run: npm test