From aeaeb910abeb568d03f52399f53ebee2525132a3 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 12 Jul 2023 19:56:43 +0200 Subject: [PATCH] test: remove comment about rebuilding dist in node test (#960) --- .github/workflows/example-node-versions.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/example-node-versions.yml b/.github/workflows/example-node-versions.yml index 74b23eeba..130b20626 100644 --- a/.github/workflows/example-node-versions.yml +++ b/.github/workflows/example-node-versions.yml @@ -29,8 +29,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - # Hmm, should we rebuild the "dist" before using the action? - - uses: ./ with: working-directory: examples/v9/node-versions @@ -56,8 +54,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - # Hmm, should we rebuild the "dist" before using the action? - - uses: ./ with: working-directory: examples/node-versions