Skip to content

Bump marked from 14.1.0 to 14.1.2 #125

Bump marked from 14.1.0 to 14.1.2

Bump marked from 14.1.0 to 14.1.2 #125

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test