Skip to content

Bump jasmine-core from 5.1.2 to 5.2.0 #1

Bump jasmine-core from 5.1.2 to 5.2.0

Bump jasmine-core from 5.1.2 to 5.2.0 #1

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm install
- run: npm test