File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,9 +151,9 @@ jobs:
151
151
- v1-dep-main-
152
152
- v1-dep-
153
153
- run :
154
- name : Update to Node v16.14.2
154
+ name : Update to Node v20.17.0
155
155
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
157
157
curl https://www.npmjs.com/install.sh | sudo bash
158
158
- run : gem install bundler
159
159
- run : bundle install --path=vendor/bundle --jobs=4 --retry=3
Original file line number Diff line number Diff line change 1
- 16.14.2
1
+ 20.17.0
Original file line number Diff line number Diff line change 7
7
"start" : " foreman start -f Procfile.dev"
8
8
},
9
9
"engines" : {
10
- "node" : " 16.14.2 "
10
+ "node" : " 20.17.0 "
11
11
},
12
12
"cacheDirectories" : [
13
13
" node_modules" ,
You can’t perform that action at this time.
0 commit comments