Skip to content

Commit d51d2b2

Browse files
committed
Upgrade to the latest stable Node version
1 parent d1619a4 commit d51d2b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
- v1-dep-main-
152152
- v1-dep-
153153
- run:
154-
name: Update to Node v16.14.2
154+
name: Update to Node v20.17.0
155155
command: |
156-
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
156+
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
157157
curl https://www.npmjs.com/install.sh | sudo bash
158158
- run: gem install bundler
159159
- run: bundle install --path=vendor/bundle --jobs=4 --retry=3

Diff for: .nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.14.2
1+
20.17.0

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start": "foreman start -f Procfile.dev"
88
},
99
"engines": {
10-
"node": "16.14.2"
10+
"node": "20.17.0"
1111
},
1212
"cacheDirectories": [
1313
"node_modules",

0 commit comments

Comments
 (0)