From e2ae35537a5b6676633c74ebc7914b7f4121d792 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sun, 31 Oct 2021 18:29:58 +0100 Subject: [PATCH] chore: remove comment --- .github/workflows/node.js.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 059b483..c8854e3 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -17,7 +17,6 @@ jobs: strategy: matrix: node-version: [8.x, 10.x, 12.x, 14.x, 16.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2