Skip to content

chore: fix name collision #12

chore: fix name collision

chore: fix name collision #12

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20, 21]
steps:
- uses: actions/checkout@v3
- name: Node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn