Skip to content

Merge pull request #130 from morganstanley/dependabot/npm_and_yarn/ch… #194

Merge pull request #130 from morganstanley/dependabot/npm_and_yarn/ch…

Merge pull request #130 from morganstanley/dependabot/npm_and_yarn/ch… #194

Workflow file for this run

name: Compatible Jasmine Versions
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
jasmine-version: [2.x, 3.x, 4.x, 5.x]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js 22.x
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 22.x
- run: npm ci
- run: npm install jasmine@${{ matrix.jasmine-version }} jasmine-core@${{ matrix.jasmine-version }} @types/jasmine@${{ matrix.jasmine-version }}
- run: npm test