Skip to content

Bump @actions/exec from 1.0.4 to 1.1.1 #32

Bump @actions/exec from 1.0.4 to 1.1.1

Bump @actions/exec from 1.0.4 to 1.1.1 #32

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@v4
with:
node-version: 12.x
- run: npm ci
- run: npm test