Skip to content

build(deps): bump downshift from 6.1.7 to 9.0.8 #2050

build(deps): bump downshift from 6.1.7 to 9.0.8

build(deps): bump downshift from 6.1.7 to 9.0.8 #2050

Workflow file for this run

name: Jest
on: [pull_request]
jobs:
Run-jest-tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Jest
run: |
echo "The job was automatically triggered by a ${{ github.event_name }} event."
npm install
npm run build
npm run test