Skip to content

feat: enable response web design #19

feat: enable response web design

feat: enable response web design #19

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [18.x, 20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: '1'
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node_version }}
registry-url: 'https://registry.yarnpkg.com'
- name: install pnpm
run: npm i pnpm@latest -g
- run: pnpm install
- run: pnpm build