Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/high-depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
os: [ubuntu-latest, windows-latest]
node-versions: ['18', '20', '22', '23']

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/low-depends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
os: [ubuntu-latest, windows-latest]
node-versions: ['18', '20', '22', '23']

steps:
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Force Lowest Dependencies
run: node ./scripts/force-lowest-dependencies

# We have some tests that need to "git checkout" package.json file.
# Commit them prevent the tests from re-using the locked dependencies.
- name: Commit Changes, to preserve a clean working directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stable-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-2019]
os: [ubuntu-latest, windows-latest]
node-versions: ['18', '20', '22', '23']

steps:
Expand Down
Loading