Skip to content

Add CDN versions of modules #214

Add CDN versions of modules

Add CDN versions of modules #214

Workflow file for this run

name: Smoke tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- name: Smoke tests
run: ./scripts/test/smoke.sh