File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
21
21
with :
22
- node-version : ' 18 '
22
+ node-version : 20
23
23
cache : npm
24
24
25
25
- run : npm install
Original file line number Diff line number Diff line change 19
19
- name : Set up Node.js
20
20
uses : actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
21
21
with :
22
- node-version : ' 18 '
22
+ node-version : 20
23
23
cache : npm
24
24
25
25
- name : Install dependencies
Original file line number Diff line number Diff line change
1
+ 20
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ command = "npm run build"
4
4
5
5
[build .environment ]
6
6
NODE_OPTIONS = " --max_old_space_size=4096"
7
- NODE_VERSION = " 18 "
7
+ NODE_VERSION = " 20 "
8
8
GATSBY_CONCURRENT_DOWNLOAD = " 15"
9
9
GATSBY_CPU_COUNT = " 1"
10
10
You can’t perform that action at this time.
0 commit comments