Skip to content

Commit ed6c50c

Browse files
chore: Bump the development-dependencies group across 1 directory with 8 updates (#82)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bailey <[email protected]>
1 parent 2361c75 commit ed6c50c

File tree

4 files changed

+281
-704
lines changed

4 files changed

+281
-704
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
host_builds:
1616
strategy:
1717
matrix:
18-
os: [macos-latest, windows-2019]
18+
os: [macos-latest, windows-2022]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
host_tests:
1212
strategy:
1313
matrix:
14-
os: [macos-latest, windows-2019]
14+
os: [macos-latest, windows-2022]
1515
node: [16.x, 18.x, 20.x, 22.x]
1616
fail-fast: false
1717
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)