Skip to content

Merge pull request #53 from discue/dependabot/npm_and_yarn/eslint-9.17.0 #172

Merge pull request #53 from discue/dependabot/npm_and_yarn/eslint-9.17.0

Merge pull request #53 from discue/dependabot/npm_and_yarn/eslint-9.17.0 #172

Workflow file for this run

name: tests
on:
push:
branches-ignore:
- deploy
tags-ignore:
- "*"
concurrency:
group: somewhat-secure-insecure-fn-executor
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: test
run: ./test.sh
env:
NODE_ENV: ci