Skip to content

Commit

Permalink
Update node to 20.11.1 related to pulibrary/dacs_handbook#157
Browse files Browse the repository at this point in the history
  • Loading branch information
christinach committed Feb 21, 2024
1 parent 10d749a commit 8487719
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
version: 2.1
orbs:
browser-tools: circleci/browser-tools@1.2.4
browser-tools: circleci/browser-tools@1.4.3
node: circleci/node@5.1.0
executors:
lockers_and_study_spaces-executor:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- setup-bundler
- node/install:
install-yarn: true
node-version: '18.17.0'
node-version: '20.11.1'

# Only necessary if app uses webpacker or yarn in some other way
- restore_cache:
Expand Down Expand Up @@ -101,9 +101,9 @@ jobs:
java -jar /usr/local/bin/selenium.jar --version
name: Check install

# ensure we have psql which we need for db:schema:load
- run: sudo apt-get update --allow-releaseinfo-change
- run: sudo apt-get install -y postgresql-client || true
- run:
name: install psql
command: sudo apt update && sudo apt install postgresql-client

- run:
name: Wait for DB
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruby 3.1.3
yarn 1.22.19
nodejs 18.17.0
nodejs 20.11.1

0 comments on commit 8487719

Please sign in to comment.