From 218234031f2e9ef59c011cdecaa9b314f75bde98 Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:02:30 +0200 Subject: [PATCH] fix(labels): don't specify node version, other misc changes? --- .github/workflows/label.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 7f40dd1..32c41ba 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -30,11 +30,10 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version: lts + # https://github.com/Financial-Times/github-label-sync - run: | npm i -g github-label-sync github-label-sync -l ./labels.yml "$LABEL_REPOSITORY"