Skip to content

Merge pull request #27 from tidal-music/renovate/globals-15.x #106

Merge pull request #27 from tidal-music/renovate/globals-15.x

Merge pull request #27 from tidal-music/renovate/globals-15.x #106

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm ci
npm test
env:
CI: true