Skip to content

Commit

Permalink
Merge pull request #985 from zino-app/vincenzopalazzo/ci_release
Browse files Browse the repository at this point in the history
ci: try to upgrade the node version to make the package release
  • Loading branch information
vincenzopalazzo authored Nov 23, 2021
2 parents 98ce074 + fa5f21e commit 362daa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aliases:
- &flutter_environment
- image: cirrusci/flutter:stable
- &node_environment
- image: circleci/node:10
- image: circleci/node:16
- &restore_cache
keys:
# when lock file changes, use increasingly general patterns to restore cache
Expand Down
2 changes: 2 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ coverage:
# don't factor tests into coverage scores
ignore:
- packages/graphql_flutter/test
- packages/graphql_flutter/example
- packages/graphql/test
- packages/graphql/example

0 comments on commit 362daa0

Please sign in to comment.