Skip to content

Commit

Permalink
Update the GitHub Actions config.
Browse files Browse the repository at this point in the history
  • Loading branch information
connorshea committed Aug 5, 2022
1 parent 1e18159 commit 1821571
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Test


on:
push:
branches:
Expand All @@ -11,19 +10,19 @@ jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 15
node-version: 16
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@v3
with:
ruby-version: 3.0
- name: Update rubygems & bundler
run: |
ruby -v
gem update --system
- name: install dependencies
- name: Install dependencies
run: |
bin/setup
- name: Compile extension
Expand Down

0 comments on commit 1821571

Please sign in to comment.