Skip to content

Commit

Permalink
fix(labels): don't specify node version, other misc changes?
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 8, 2024
1 parent c01acb4 commit 2182340
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2182340

Please sign in to comment.