From 5c5fe5694e4742305810b25b15c9665a1d62c1d4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 13 Dec 2024 13:16:08 -0800 Subject: [PATCH] [actions] re-add finishers --- .github/workflows/node-aught.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/node-aught.yml b/.github/workflows/node-aught.yml index 4213896..c49d417 100644 --- a/.github/workflows/node-aught.yml +++ b/.github/workflows/node-aught.yml @@ -9,3 +9,10 @@ jobs: range: '< 10' type: minors command: npm run tests-only + + node: + name: 'node < 10' + needs: [tests] + runs-on: ubuntu-latest + steps: + - run: true