Skip to content

ready update to v1.2.7 #13

ready update to v1.2.7

ready update to v1.2.7 #13

Workflow file for this run

name: core-check
on:
push:
branches: ['core']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [19.x]
steps:
- uses: actions/checkout@v3
with:
ref: core
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
- name: Build
run: tsc