Skip to content

chore(deps): bump actions/checkout from 3 to 4 (#73) #101

chore(deps): bump actions/checkout from 3 to 4 (#73)

chore(deps): bump actions/checkout from 3 to 4 (#73) #101

Workflow file for this run

name: tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm i
- run: npm test