Skip to content

Merge pull request #17 from altmetric/dependabot/npm_and_yarn/babel/t… #7

Merge pull request #17 from altmetric/dependabot/npm_and_yarn/babel/t…

Merge pull request #17 from altmetric/dependabot/npm_and_yarn/babel/t… #7

Workflow file for this run

name: CI for Identifiers
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [23, 22, 20, 18]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test