From 1315a58449808615a4c0066258cd95f81d86925f Mon Sep 17 00:00:00 2001 From: Sebastian Pekarek Date: Thu, 17 Aug 2023 18:31:53 +0200 Subject: [PATCH 1/2] ci: Update node.js versions --- .github/workflows/test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 678dd41e1..e5539293d 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -15,7 +15,7 @@ jobs: if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main') strategy: matrix: - node: [14.x, 16.x, 18.x] + node: [16.x, 18.x, 20.x] steps: - name: ☁️ Checkout Project uses: actions/checkout@v3 @@ -78,7 +78,7 @@ jobs: - name: 🔧 Setup node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20.x cache: 'npm' - name: 📦 Install dependencies run: npm ci From 91c2ab59d0559a060c11d07973382c465dd3345d Mon Sep 17 00:00:00 2001 From: Sebastian Pekarek Date: Tue, 22 Aug 2023 21:39:14 +0200 Subject: [PATCH 2/2] Revert "ci: Downgrade is-semantic-release till it's fixed" This reverts commit 87d5a15b792ce9c9c75d2ec657d3691a8eafc1a0. --- .github/workflows/is-semantic-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/is-semantic-pr.yml b/.github/workflows/is-semantic-pr.yml index a41a36975..2a8f41259 100644 --- a/.github/workflows/is-semantic-pr.yml +++ b/.github/workflows/is-semantic-pr.yml @@ -8,6 +8,6 @@ jobs: if: ${{ startsWith(github.head_ref, 'depfu/batch_dev/') != true }} steps: - name: 🤖 is-semantic-release - uses: sebbo2002/action-is-semantic-pr@v1.0.2 + uses: sebbo2002/action-is-semantic-pr@main with: token: ${{ secrets.GITHUB_TOKEN }}