Skip to content

Commit 112aaa6

Browse files
authored
Fix the broken CI (#1317)
Apparently when GitHub Actions can't parse a file, it doesn't indicate that as a failure on a PR!
1 parent ba805f1 commit 112aaa6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
env:
44
# Run on Node 14 because node-fibers doesn't support odd-numbered Node
55
# versions. Note: when changing this, also change
6-
# jobs.node_tests.strategy.matrix.node_version.
6+
# jobs.node_tests.strategy.matrix.node_version and the Node version for Dart
7+
# dev tests.
78
DEFAULT_NODE_VERSION: 14
89

910
on:
@@ -99,7 +100,7 @@ jobs:
99100
node_version: 10
100101
- os: ubuntu-latest
101102
dart_channel: dev
102-
node_version: "${{ env.DEFAULT_NODE_VERSION }}"
103+
node_version: 14
103104

104105
steps:
105106
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)