Skip to content

Commit e04022a

Browse files
committed
actions: Bump node to 16
1 parent 203fe31 commit e04022a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build_rpi3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
gem install bundler
3636
bundle config set without 'uart'
3737
bundle install --retry 3
38-
- name: Make
38+
- name: Run
3939
run: |
4040
BSP=rpi3 bundle exec ruby utils/devtool.rb make

.github/workflows/build_rpi4.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
gem install bundler
3636
bundle config set without 'uart'
3737
bundle install --retry 3
38-
- name: Make
38+
- name: Run
3939
run: |
4040
BSP=rpi4 bundle exec ruby utils/devtool.rb make

.github/workflows/sanity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: "12"
21+
node-version: "16"
2222
- name: Set up Ruby
2323
uses: ruby/setup-ruby@v1
2424
- name: Set up Rust nightly

.github/workflows/test_integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
gem install bundler
3636
bundle config set without 'uart'
3737
bundle install --retry 3
38-
- name: Make all
38+
- name: Run
3939
run: |
4040
bundle exec ruby utils/devtool.rb test_integration

.github/workflows/test_unit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
gem install bundler
3636
bundle config set without 'uart'
3737
bundle install --retry 3
38-
- name: Make all
38+
- name: Run
3939
run: |
4040
bundle exec ruby utils/devtool.rb test_boot
4141
bundle exec ruby utils/devtool.rb test_unit

.github/workflows/test_xtra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
gem install bundler
3636
bundle config set without 'uart'
3737
bundle install --retry 3
38-
- name: Make all
38+
- name: Run
3939
run: |
4040
bundle exec ruby utils/devtool.rb make_xtra

0 commit comments

Comments
 (0)