Skip to content

migrate to shadowrootmode attribute (#127) #77

migrate to shadowrootmode attribute (#127)

migrate to shadowrootmode attribute (#127) #77

Workflow file for this run

name: Master Integration
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [18]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
- name: Build
run: |
npm run build