Skip to content

Update dependencies #15

Update dependencies

Update dependencies #15

Workflow file for this run

name: 'Run tests'
on: pull_request
permissions:
contents: read
jobs:
node-latest:
uses: ./.github/workflows/test-node.yaml
with:
node: latest
node-18:
uses: ./.github/workflows/test-node.yaml
with:
node: 18
node-20:
uses: ./.github/workflows/test-node.yaml
with:
node: 20