Skip to content

Merge remote-tracking branch 'upstream/master' #27

Merge remote-tracking branch 'upstream/master'

Merge remote-tracking branch 'upstream/master' #27

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install