From d7c5ffca8464fdccc05ae382898c4687431e724f Mon Sep 17 00:00:00 2001 From: Curtis Dulmage Date: Wed, 6 Dec 2023 16:33:10 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20[Actions]=20Update=20`labeler`?= =?UTF-8?q?=20and=20`setup-node`=20(#39)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labels.yml | 3 +-- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 53c8105..c1a22cb 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,6 @@ jobs: uses: actions/checkout@v4 - name: Apply PR labels - uses: actions/labeler@v4 + uses: actions/labeler@v5 with: - dot: true repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 806bb17..26941cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Node 20.x to install with private scope - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: '.nvmrc' cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0291d5d..101915a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,9 +16,9 @@ jobs: fetch-depth: 0 - name: Setup Node 20.x to install with private scope - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: '.nvmrc' cache: 'npm' - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2132bfc..d0e63ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,9 +11,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Node 20.x to install with private scope - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: '.nvmrc' cache: 'npm' - name: Install dependencies