Skip to content

Bump @actions/exec from 1.1.1 to 3.0.0 #76

Bump @actions/exec from 1.1.1 to 3.0.0

Bump @actions/exec from 1.1.1 to 3.0.0 #76

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: 24
- run: npm ci
- run: npm test