Skip to content

Merge pull request #23 from 11ty/dependabot/npm_and_yarn/entities-7.0.1 #113

Merge pull request #23 from 11ty/dependabot/npm_and_yarn/entities-7.0.1

Merge pull request #23 from 11ty/dependabot/npm_and_yarn/entities-7.0.1 #113

Workflow file for this run

name: Node Unit Tests
on:
push:
branches-ignore:
- "gh-pages"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22", "24"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
# cache: npm
- run: npm install
- run: npm test
env:
YARN_GPG: no