Skip to content

Commit

Permalink
Update Ruby & NodeJS
Browse files Browse the repository at this point in the history
Refs #6557
  • Loading branch information
tpendragon committed Dec 9, 2024
1 parent 8ccd769 commit 7fcdee1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/ruby:3.1.6-browsers
FROM cimg/ruby:3.2.6-browsers

RUN sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' \
&& wget -qO- https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo tee /etc/apt/trusted.gpg.d/pgdg.asc &>/dev/null
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
node-version: '18.20.2'
node-version: '22.11.0'
- run:
name: Check current version of node
command: node -v
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
at: '~/figgy'
- node/install:
install-yarn: true
node-version: '18.20.2'
node-version: '22.11.0'
- run:
name: Check current version of node
command: node -v
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
at: '~/figgy'
- node/install:
install-yarn: true
node-version: '18.20.2'
node-version: '22.11.0'
- run:
name: Check current version of node
command: node -v
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruby 3.1.0
nodejs 18.18.0
ruby 3.2.6
nodejs 22.11.0
java zulu-8.58.0.13
python 3.9.1
yarn 1.22.10

0 comments on commit 7fcdee1

Please sign in to comment.