Skip to content

Bump the node-packages group across 1 directory with 3 updates #235

Bump the node-packages group across 1 directory with 3 updates

Bump the node-packages group across 1 directory with 3 updates #235

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm install -g lighthouse
- name: Install dependencies
run: |
python -m pip install --upgrade pip