Skip to content

Commit

Permalink
fix workflows 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro committed Jun 4, 2023
1 parent 62d6c25 commit 92a00dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
- "5.1"
exclude:
# TypeScript>=5.1 uses "Nullish coalescing operator" internally, that is supported as of Node.js v14; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing
- typescript: "5.0"
- typescript: "5.1"
nodejs: "8.3.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "10.0.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "12.0.0"
fail-fast: false
uses: "./.github/workflows/reusable-typescript.yml"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/examples-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
- "5.1"
exclude:
# TypeScript>=5.1 uses "Nullish coalescing operator" internally, that is supported as of Node.js v14; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing
- typescript: "5.0"
- typescript: "5.1"
nodejs: "8.3.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "10.0.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "12.0.0"
fail-fast: false
uses: "./.github/workflows/reusable-typescript.yml"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/examples-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
- "5.1"
exclude:
# TypeScript>=5.1 uses "Nullish coalescing operator" internally, that is supported as of Node.js v14; https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing
- typescript: "5.0"
- typescript: "5.1"
nodejs: "8.3.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "10.0.0"
- typescript: "5.0"
- typescript: "5.1"
nodejs: "12.0.0"
fail-fast: false
uses: "./.github/workflows/reusable-typescript.yml"
Expand Down

0 comments on commit 92a00dc

Please sign in to comment.