Skip to content

Commit

Permalink
bumps node to appropriate version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdellis committed Dec 11, 2024
1 parent 830de97 commit e8e45f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- checkout
- node/install:
install-yarn: true
node-version: '22.0.0'
node-version: '22.10.0'
- run: node --version
#set timezone to est
- run:
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 3.2.6
nodejs 22.0.0
nodejs 22.10.0

0 comments on commit e8e45f8

Please sign in to comment.