Skip to content

Switch edge runtime to node runtime #12

Switch edge runtime to node runtime

Switch edge runtime to node runtime #12

Workflow file for this run

name: CI
on:
push:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint
- name: Build
run: npm run build