Skip to content

Merge pull request #44 from costrojs/dependabot/npm_and_yarn/template… #101

Merge pull request #44 from costrojs/dependabot/npm_and_yarn/template…

Merge pull request #44 from costrojs/dependabot/npm_and_yarn/template… #101

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
node-version: [16, 18, 20]
dir: ['templates/default', 'templates/typescript']
uses: yoriiis/actions/.github/workflows/test-and-build.yml@main
with:
node-version: ${{ matrix.node-version }}
command-test: npm run lint && npm run test
working-directory: ${{ matrix.dir }}