build(deps-dev): bump the rollup-plugins group with 2 updates #3210
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |