Skip to content

Commit 3c8500e

Browse files
Merge pull request #53 from Bandwidth/SWI-7989
SWI-7989 - windows-2019 GH runner decommission
2 parents dc25c2f + c0dc695 commit 3c8500e

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }}
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
- name: Set release version
1515
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
1616

1717
- name: Setup Node
18-
uses: actions/setup-node@v3
18+
uses: actions/setup-node@v4
1919
with:
2020
node-version: "12.x"
2121
registry-url: "https://registry.npmjs.org"
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
4343

44-
- uses: Bandwidth/build-notify-slack-action@v1.0.0
44+
- uses: Bandwidth/build-notify-slack-action@v2
4545
if: always()
4646
with:
4747
job-status: ${{ job.status }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [windows-2022, windows-2019, ubuntu-20.04, ubuntu-22.04]
19+
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
2020
node-version: ["12", "14", "16"]
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Setup Node
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929

@@ -44,7 +44,7 @@ jobs:
4444
BW_NUMBER: ${{ secrets.BW_NUMBER }}
4545
USER_NUMBER: ${{ secrets.USER_NUMBER }}
4646

47-
- uses: Bandwidth/build-notify-slack-action@v1.0.0
47+
- uses: Bandwidth/build-notify-slack-action@v2
4848
if: failure() && !github.event.pull_request.draft
4949
with:
5050
job-status: ${{ job.status }}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Note: As of version 3.0.0, this package has been upgraded to TypeScript
88

99
[![Test](https://github.com/Bandwidth/node-mfa/actions/workflows/test.yml/badge.svg)](https://github.com/Bandwidth/node-mfa/actions/workflows/test.yml)
1010

11-
| **OS** | **Node** |
12-
|:---:|:---:|
13-
| Windows 2016 | 12, 14, 16 |
14-
| Windows 2019 | 12, 14, 16 |
15-
| Ubuntu 20.04 | 12, 14, 16 |
11+
| **OS** | **Node** |
12+
|:------------:|:---:|
13+
| Windows 2022 | 12, 14, 16 |
14+
| Windows 2025 | 12, 14, 16 |
1615
| Ubuntu 22.04 | 12, 14, 16 |
16+
| Ubuntu 24.04 | 12, 14, 16 |
1717

1818
## Getting Started
1919

0 commit comments

Comments
 (0)