Skip to content

Commit d220858

Browse files
authored
Update github actions workflow for ruby 3.0
1 parent 0a22ac8 commit d220858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rails.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
ruby: [ '2.6' ]
11+
ruby: [ '3.0' ]
1212

1313
steps:
1414
- name: Checkout code
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v1
4848
with:
49-
node-version: 12.13.1
49+
node-version: 14.15.4
5050
- name: Find yarn cache location
5151
id: yarn-cache
5252
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)