Skip to content

Add Node.js 21 and Node.js 22 data #348

Add Node.js 21 and Node.js 22 data

Add Node.js 21 and Node.js 22 data #348

Workflow file for this run

name: 'Tests: pretest/build'
on: [pull_request, push]
jobs:
pretest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run pretest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
with:
node-version: 'lts/*'
skip-ls-check: true
- run: npm run test:no_change