Skip to content

馃槙Added: find by id #5

馃槙Added: find by id

馃槙Added: find by id #5

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.4
with:
version: latest
- run: pnpm i
- run: pnpm run build