Skip to content

Bump actions/checkout from 2 to 4 #26

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #26

Workflow file for this run

name: npm
on:
workflow_dispatch:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
push:
branches:
- main
paths-ignore:
- '**.md'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- run: npm ci
- run: npm test