Skip to content

Commit 6870796

Browse files
committed
fix: update workflow os
1 parent 5b49c7e commit 6870796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/env-checker-ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
## Details about this issue: https://github.com/npm/cli/wiki/%22cb()-never-called%3F--I'm-having-the-same-problem!%22
3434
### tl;dr: This error is not one thing, but a category of errors. It means "something broke and we didn't have a way to catch it". We will always need a lot of detail to reproduce an error like this, or we cannot ever fix it. Every instance is unique, and your cb() never called is nothing like any other.
3535
matrix:
36-
os: [windows-latest, macos-11, ubuntu-latest]
36+
os: [windows-latest, macos-latest, ubuntu-latest]
3737
node-version: [18]
3838
func-version: [none]
3939
dotnet-version: [none]

0 commit comments

Comments
 (0)