Skip to content

Merge pull request #232 from myrotvorets/renovate/dev-deps #627

Merge pull request #232 from myrotvorets/renovate/dev-deps

Merge pull request #232 from myrotvorets/renovate/dev-deps #627

Workflow file for this run

name: Build and Test
on:
push:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, '[ci skip]') || github.event_name == 'workflow_dispatch' }}
strategy:
matrix:
node:
- { name: Current, version: current }
- { name: LTS, version: lts/* }
name: Build and test (Node ${{ matrix.node.name }})
steps:
- name: Check out the code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
with:
submodules: true
- name: Build and test
uses: myrotvorets/composite-actions/build-test-nodejs@master
with:
node-version: ${{ matrix.node.version }}
registry-url: https://npm.pkg.github.com