Skip to content

Merge pull request #80 from matrix-org/af/npm-publish-job-name #73

Merge pull request #80 from matrix-org/af/npm-publish-job-name

Merge pull request #80 from matrix-org/af/npm-publish-job-name #73

Workflow file for this run

name: Tests
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
node_version: [24, 26]
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "${{ matrix.node_version }}"
- run: yarn --ignore-scripts --pure-lockfile
- run: yarn test