Skip to content

TEMPORARILY allow testing on pushes to any branch, for debugging purp… #1

TEMPORARILY allow testing on pushes to any branch, for debugging purp…

TEMPORARILY allow testing on pushes to any branch, for debugging purp… #1

Workflow file for this run

name: Check Engines
on:
push:
pull_request:
branches: [ main ]
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
Engines:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install Dependencies
run: |
npm install --no-progress
- name: Check Engines
run: |
npm install @npmcli/arborist@7 semver@7 --no-save
node .github/scripts/check-engines.js