Skip to content

update github action to run on current node #11

update github action to run on current node

update github action to run on current node #11

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
- run: yarn install
- run: make check