Skip to content

feat: API 2.20.0, switch to TS #3

feat: API 2.20.0, switch to TS

feat: API 2.20.0, switch to TS #3

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build