Skip to content

Bump actions/checkout from 2 to 4 (#14) #46

Bump actions/checkout from 2 to 4 (#14)

Bump actions/checkout from 2 to 4 (#14) #46

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install
run: npm install
- name: Test
run: npm test