Skip to content

Merge pull request #13 from KK233/master #69

Merge pull request #13 from KK233/master

Merge pull request #13 from KK233/master #69

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
main:
name: Main
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci --ignore-scripts
- run: npm run build