Skip to content

chore(deps-dev): bump prettier from 3.0.3 to 3.1.1 #279

chore(deps-dev): bump prettier from 3.0.3 to 3.1.1

chore(deps-dev): bump prettier from 3.0.3 to 3.1.1 #279

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