Skip to content

chore: bump GitHub Actions #126

chore: bump GitHub Actions

chore: bump GitHub Actions #126

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '*.md'
- 'LICENSE'
- 'index.d.ts'
branches:
- master
pull_request:
paths-ignore:
- '*.md'
- 'LICENSE'
- 'index.d.ts'
branches:
- master
jobs:
test:
name: Node.js v${{ matrix.nodejs }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
timeout-minutes: 3
strategy:
matrix:
nodejs: [18, 20, 22]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.nodejs }}
cache: npm
- name: Install
run: npm ci
- name: Linter
if: matrix.os != 'windows-latest'
run: npm run lint
- name: Test
run: npm test
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy