Skip to content

ci: switch CI to github actions #1

ci: switch CI to github actions

ci: switch CI to github actions #1

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
release:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '14.x'
cache: npm
cache-dependency-path: package-lock.json
- name: Test
run: npm test