Skip to content

chore(deps): update devdependencies (non-major) #726

chore(deps): update devdependencies (non-major)

chore(deps): update devdependencies (non-major) #726

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: Build and test
uses: myrotvorets/composite-actions/build-test-nodejs@master
with:
node-version: ${{ matrix.node.version }}
registry-url: https://npm.pkg.github.com