Skip to content

use node20 for action #111

use node20 for action

use node20 for action #111

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch, repository_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build