Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 #282

chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0

chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.0 #282

Workflow file for this run

name: Default Node CI
on:
push:
branches: main
pull_request:
types: [opened, synchronize, reopened]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checking Out Commits Securely..
uses: actions/checkout@v2
- name: Setup Node 14.x Environment...
uses: actions/setup-node@v1
with:
node-version: 14.x
registry-url: https://npm.pkg.github.com/
scope: "@wh-iterabb-it"
- name: Installing Dependencies...
working-directory: .
run: npm ci
env:
GITHUB_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- name: Running npm run test...
working-directory: .
run: npm run test