actions: Bump node to 16

pull/175/head
Andre Richter 2 years ago
parent 203fe318d4
commit e04022a9ef
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -35,6 +35,6 @@ jobs:
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Make
- name: Run
run: |
BSP=rpi3 bundle exec ruby utils/devtool.rb make

@ -35,6 +35,6 @@ jobs:
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Make
- name: Run
run: |
BSP=rpi4 bundle exec ruby utils/devtool.rb make

@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: "12"
node-version: "16"
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Set up Rust nightly

@ -35,6 +35,6 @@ jobs:
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Make all
- name: Run
run: |
bundle exec ruby utils/devtool.rb test_integration

@ -35,7 +35,7 @@ jobs:
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Make all
- name: Run
run: |
bundle exec ruby utils/devtool.rb test_boot
bundle exec ruby utils/devtool.rb test_unit

@ -35,6 +35,6 @@ jobs:
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Make all
- name: Run
run: |
bundle exec ruby utils/devtool.rb make_xtra

Loading…
Cancel
Save