Skip to content

Commit

Permalink
Upgrade to the latest stable Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
julianguyen committed Sep 13, 2024
1 parent d1619a4 commit d51d2b2
Show file tree
Hide file tree
Showing 3 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 @@ -151,9 +151,9 @@ jobs:
- v1-dep-main-
- v1-dep-
- run:
name: Update to Node v16.14.2
name: Update to Node v20.17.0
command: |
curl -sSL "https://nodejs.org/dist/v16.14.2/node-v16.14.2-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v16.14.2-linux-x64/bin/node
curl -sSL "https://nodejs.org/dist/v20.17.0/node-v20.17.0-linux-x64.tar.xz" | sudo tar --strip-components=2 -xJ -C /usr/local/bin/ node-v20.17.0-linux-x64/bin/node
curl https://www.npmjs.com/install.sh | sudo bash
- run: gem install bundler
- run: bundle install --path=vendor/bundle --jobs=4 --retry=3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14.2
20.17.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "foreman start -f Procfile.dev"
},
"engines": {
"node": "16.14.2"
"node": "20.17.0"
},
"cacheDirectories": [
"node_modules",
Expand Down

0 comments on commit d51d2b2

Please sign in to comment.