Skip to content

Commit

Permalink
Downgrade to Ruby 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Feb 4, 2024
1 parent a4d25d4 commit 26d674d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.9.0'

- name: Use Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true

- run: yarn install --frozen-lockfile
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ jobs:

- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.9.0'

- name: Use Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.0'
bundler-cache: true

- run: yarn install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.9.0
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.2.3
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Developer notes

## Runtimes

Requires Node.js, Ruby, Yarn v1.

See `.ruby-version` and `.node-version` for supported versions.

## Gitpod

This repository supports contribution using [gitpod](https://gitpod.io) which is online IDE using [Theia](https://github.com/eclipse-theia/theia).
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
command = "yarn build"
publish = "_site/"
environment = { NODE_VERSION = "20.9.0", RUBY_VERSION = "3.3.0", PYTHON_VERSION = "3.8" }
environment = { NODE_VERSION = "20.9.0", RUBY_VERSION = "3.2.3", PYTHON_VERSION = "3.8" }

[[redirects]]
force = true
Expand Down

0 comments on commit 26d674d

Please sign in to comment.