Skip to content

Commit

Permalink
Peg dart version in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcw committed May 15, 2022
1 parent f45946a commit f2ca331
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chrome.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/node.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vm.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.14.4

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit f2ca331

Please sign in to comment.