Skip to content

actions: remove matrix strategy #8

actions: remove matrix strategy

actions: remove matrix strategy #8

Workflow file for this run

name: CI
on:
push:
branches:
- main
jobs:
build:
name: 'Build and Push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm test