Skip to content

Commit 1b0efdf

Browse files
Merge pull request #60 from Bandwidth/SWI-7167
SWI-7167 - Replacing ubuntu-20.04 by ubuntu-24.04 on test-pr workflow
2 parents fc7c14a + f53bb68 commit 1b0efdf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
7878

79-
- uses: Bandwidth/build-notify-slack-action@v2.0.0
79+
- uses: Bandwidth/build-notify-slack-action@v2
8080
if: always()
8181
with:
8282
job-status: ${{ job.status }}

.github/workflows/test-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
34+
os: [windows-2019, windows-2022, ubuntu-22.04, ubuntu-24.04]
3535
node-version: [18, 20, 22]
3636
fail-fast: false
3737
steps:

.github/workflows/test-smoke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ubuntu-latest
8484
steps:
8585
- name: Notify Slack of Failures
86-
uses: Bandwidth/build-notify-slack-action@v2.0.0
86+
uses: Bandwidth/build-notify-slack-action@v2
8787
with:
8888
job-status: failure
8989
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Deploy](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml/badge.svg)](https://github.com/Bandwidth/node-sdk/actions/workflows/deploy.yml)
44

55
### Test Matrix
6-
| **OS** | **Node** |
7-
|:---:|:---:|
6+
| **OS** | **Node** |
7+
|:------------:|:---:|
88
| Windows 2019 | 18, 20, 22 |
99
| Windows 2022 | 18, 20, 22 |
10-
| Ubuntu 20.04 | 18, 20, 22 |
1110
| Ubuntu 22.04 | 18, 20, 22 |
11+
| Ubuntu 24.04 | 18, 20, 22 |
1212

1313
#### Available on NPM
1414
```

0 commit comments

Comments
 (0)