Skip to content

ci: fix broken install, bump to Node 22/24, publish via OIDC #92

ci: fix broken install, bump to Node 22/24, publish via OIDC

ci: fix broken install, bump to Node 22/24, publish via OIDC #92

Workflow file for this run

name: Tests
on:
# Run for all push commits, but not when a tag is committed
push:
branches:
- '**'
tags-ignore:
- '**'
paths:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.json'
pull_request:
paths:
- '**.js'
- '**.ts'
- '**.tsx'
- '**.json'
permissions:
contents: read
jobs:
tests:
strategy:
matrix:
node: [22, 24]
uses: ./.github/workflows/service_tests.yml
with:
node-version: ${{ matrix.node }}
secrets: inherit