Skip to content

Commit

Permalink
Fix the broken CI (#1317)
Browse files Browse the repository at this point in the history
Apparently when GitHub Actions can't parse a file, it doesn't indicate
that as a failure on a PR!
  • Loading branch information
nex3 committed May 21, 2021
1 parent ba805f1 commit 112aaa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -3,7 +3,8 @@ name: CI
env:
# Run on Node 14 because node-fibers doesn't support odd-numbered Node
# versions. Note: when changing this, also change
# jobs.node_tests.strategy.matrix.node_version.
# jobs.node_tests.strategy.matrix.node_version and the Node version for Dart
# dev tests.
DEFAULT_NODE_VERSION: 14

on:
Expand Down Expand Up @@ -99,7 +100,7 @@ jobs:
node_version: 10
- os: ubuntu-latest
dart_channel: dev
node_version: "${{ env.DEFAULT_NODE_VERSION }}"
node_version: 14

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 112aaa6

Please sign in to comment.