From 19af5061ab36f646e46e0d4c16a4997e4eef8e86 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 22 Nov 2023 22:20:25 -0800 Subject: [PATCH] [actions] skip `engines` check since bin/tape and the rest of the lib conflict --- .github/workflows/node-pretest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/node-pretest.yml b/.github/workflows/node-pretest.yml index 765edf79..72bdfa3a 100644 --- a/.github/workflows/node-pretest.yml +++ b/.github/workflows/node-pretest.yml @@ -5,3 +5,5 @@ on: [pull_request, push] jobs: tests: uses: ljharb/actions/.github/workflows/pretest.yml@main + with: + skip-engines: true # bin/tape requires node 8+, but the rest of tape supports 0.4+