Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the broken CI #1317

Merged
merged 1 commit into from May 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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