Skip to content

chore(deps-dev): bump eslint from 8.53.0 to 8.56.0 #303

chore(deps-dev): bump eslint from 8.53.0 to 8.56.0

chore(deps-dev): bump eslint from 8.53.0 to 8.56.0 #303

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 20 Environment . . .
uses: actions/setup-node@v3
with:
node-version: 20
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