Skip to content

chore: update github actions #15

chore: update github actions

chore: update github actions #15

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
push:
branches:
- master
tags:
- "!*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- run: npm install
- run: npm test