File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - name : Use Node.js 19
15
+ - name : Use Node.js 20
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : 19
18
+ node-version : 20
19
19
- run : npm install
20
20
- run : npm run build
21
21
- name : JS Files Changed
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - name : Use Node.js 19
15
+ - name : Use Node.js 20
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : 19
18
+ node-version : 20
19
19
- run : npm install
20
20
- run : npx rescript format -all -check
21
21
- name : Helpful error message
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - name : Use Node.js 18
15
+ - name : Use Node.js 20
16
16
uses : actions/setup-node@v3
17
17
with :
18
- node-version : 18
18
+ node-version : 20
19
19
- run : npm install
20
20
- run : npm run build
21
21
- run : npm run test-doc-examples
You can’t perform that action at this time.
0 commit comments