Skip to content

Release 3.40.0 (#297) #573

Release 3.40.0 (#297)

Release 3.40.0 (#297) #573

Workflow file for this run

name: 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
with:
submodules: true
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Upload index.d.ts
if: always()
uses: actions/[email protected]
with:
path: index.d.ts