Skip to content

ci: add release-please manifest v0.0.0 #12

ci: add release-please manifest v0.0.0

ci: add release-please manifest v0.0.0 #12

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
- "!main"
pull_request:
branches:
- "**"
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18, 20 ]
name: Node ${{ matrix.node }} build test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: "npm"
- run: npm install npm@latest -g
- run: npm run ci