Skip to content

Bump node-forge from 1.3.1 to 1.3.3 in /documentation/website #7446

Bump node-forge from 1.3.1 to 1.3.3 in /documentation/website

Bump node-forge from 1.3.1 to 1.3.3 in /documentation/website #7446

Workflow file for this run

name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python: [3.8, 3.9, "3.10", 3.11, 3.12]
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Setup Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: pip install tox
- name: Run tox on python version from matrix
run: tox -e py