mirror of
https://github.com/rails/execjs
synced 2023-03-27 23:21:20 -04:00
Upgrade bundler and rubygems on CI
This commit is contained in:
parent
70e8498ebc
commit
75b69a4e46
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -17,6 +17,10 @@ jobs:
|
|||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby }}
|
||||
- name: Update Rubygems
|
||||
run: gem update --system
|
||||
- name: Install bundler
|
||||
run: gem install bundler -v '2.2.16'
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Run test
|
||||
|
|
Loading…
Reference in a new issue