Skip to content

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174) #3219

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174)

build(deps-dev): bump sinon from 17.0.1 to 18.0.0 (#2174) #3219

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: CI
jobs:
chore:
name: Windows Integration Tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Print environment
run: |
node --version
npm --version
python --version
pip --version
- name: Install Node dependencies
run: npm ci
- name: Install Python dependencies
run: pip install kinto kinto-attachment
- name: Run tests
run: npm test