Skip to content

Bump jasmine from 5.4.0 to 5.5.0 #89

Bump jasmine from 5.4.0 to 5.5.0

Bump jasmine from 5.4.0 to 5.5.0 #89

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test