Skip to content

Remove EOL Node versions from workflow #106

Remove EOL Node versions from workflow

Remove EOL Node versions from workflow #106

Workflow file for this run

name: Benchmarks
on: [push, pull_request]
jobs:
bench:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Benchmarks
run: FORCE_COLOR= npm --prefix bench start