Skip to content

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023) #5066

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023)

Bump eps1lon/actions-label-merge-conflict from 3.0.0 to 3.0.1 (#3023) #5066

Workflow file for this run

name: Tests
on:
push:
branches:
- devel
- master
pull_request:
branches:
- "**"
env:
FORCE_COLOR: 2
jobs:
run:
name: Node
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4.1.5
- name: Set up Node.js
uses: actions/setup-node@v4.0.1
with:
node-version: "16.x"
cache: npm
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run testpr