From 141be74b0fd544fffc55c6152208f59adb4f625d Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:16:46 +0100 Subject: [PATCH 1/2] SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow --- .github/workflows/test-pr.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index bf24f9a..4c31ff5 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04] + os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04] node-version: [18, 20, 22] fail-fast: false steps: diff --git a/README.md b/README.md index cd0a453..b1568b9 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ [![Deploy](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml/badge.svg)](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml) ### Test Matrix -| **OS** | **Node** | -|:---:|:---:| +| **OS** | **Node** | +|:------------:|:---:| | Windows 2019 | 18, 20, 22 | | Windows 2022 | 18, 20, 22 | -| Ubuntu 20.04 | 18, 20, 22 | | Ubuntu 22.04 | 18, 20, 22 | +| Ubuntu 24.04 | 18, 20, 22 | #### Available on NPM ``` From f53bb689be6f571f454f8086b467fa8a05bf8c53 Mon Sep 17 00:00:00 2001 From: jgutierrez Date: Wed, 12 Feb 2025 11:17:28 +0100 Subject: [PATCH 2/2] SWI-7167 - Upgrading Bandwidth/build-notify-slack-action to v2 --- .github/workflows/deploy.yml | 2 +- .github/workflows/test-smoke.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e370ab..7f39912 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -76,7 +76,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - - uses: Bandwidth/build-notify-slack-action@v2.0.0 + - uses: Bandwidth/build-notify-slack-action@v2 if: always() with: job-status: ${{ job.status }} diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index 6c16a7e..fc70654 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Notify Slack of Failures - uses: Bandwidth/build-notify-slack-action@v2.0.0 + uses: Bandwidth/build-notify-slack-action@v2 with: job-status: failure slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}