Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 28, 2021
1 parent 688ec89 commit e021e35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Setup Ruby 3.0
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: '3.0'

- name: Setup Node 14
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: '16.x'

- name: Install dependencies
run: |
Expand Down

0 comments on commit e021e35

Please sign in to comment.