Skip to content

updated iframe to allow fullscreen #41

updated iframe to allow fullscreen

updated iframe to allow fullscreen #41

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "18.2.0"
cache: "npm"
- name: Install [email protected]
run: npm i -g [email protected]
- name: Install dependencies
run: npm ci --prefer-offline
- name: Test
run: npm run test