Skip to content

Commit

Permalink
Merge pull request #424 from pulibrary/i407-upgrade-ruby-nodejs
Browse files Browse the repository at this point in the history
Upgrades ruby and node
  • Loading branch information
tpendragon authored Dec 12, 2024
2 parents aa3cca7 + e8e45f8 commit 2276eef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
# Primary command image where all commands run
docker:
- image: cimg/ruby:3.1.0-browsers
- image: cimg/ruby:3.2.6-browsers
environment:
PGHOST: 127.0.0.1
PGUSER: root
Expand All @@ -24,7 +24,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
node-version: '18.18.0'
node-version: '22.10.0'
- run: node --version
#set timezone to est
- run:
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.1.0
nodejs 18.18.0
ruby 3.2.6
nodejs 22.10.0

0 comments on commit 2276eef

Please sign in to comment.